Started by user Oleksii Korniienko Rebuilds build #123 Running as Oleksii Korniienko Agent centos-7-h3g4s 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-h3g4s" 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-h3g4s" - 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-h3g4s" - 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-h3g4s (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 :45 -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 08:08:58 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5945 vncext: created VNC server for screen 0 [reddeer.verification.parametrized] $ /bin/sh -xe /tmp/jenkins15844144245782578548.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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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-0809 [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 08:11:24.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:11:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:11:25.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:11:29.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:11:29.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:11:33.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:11:33.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:11:34.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:11:34.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:11:36.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:11:36.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:11:39.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 08:11:39.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:11:43.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:11:43.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:11:50.036 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.199 s - in org.eclipse.reddeer.common.test.wait.GroupWaitTest test_groupWaitTimeoutMedium(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 1.102 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.001 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.504 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.001 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 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 08:11:50.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:11:57.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:11:57.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:12:04.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:12:04.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:12:06.609 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.506 s - in org.eclipse.reddeer.common.test.wait.WaitWhileTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0.001 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.001 s test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0.001 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 08:12:06.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:12:13.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:12:13.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:12:20.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 08:12:20.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 08:12:23.124 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.506 s - in org.eclipse.reddeer.common.test.wait.WaitUntilTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0.001 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 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.05 s - in org.eclipse.reddeer.common.test.util.XPathEvaluatorTest testXPathWithNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.023 s testXPathWithAndWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.003 s testXPathWithUserDefinedNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.01 s testXPathWithoutNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 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.01 s Running org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest testAdoptBottomClassAToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0.004 s testAdoptBottomClassBToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.common.properties.RedDeerPropertiesTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.common.properties.RedDeerPropertiesTest getFloatSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0.001 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 08:12:23.211 DEBUG [WorkbenchTestable][LoggerTest] DEBUG testing RedDeer logger message 08:12:23.211 DUMP [WorkbenchTestable][LoggerTest] DUMP testing RedDeer logger message 08:12:23.212 ERROR [WorkbenchTestable][LoggerTest] ERROR testing RedDeer logger message 08:12:23.212 FATAL [WorkbenchTestable][LoggerTest] FATAL testing RedDeer logger message 08:12:23.212 INFO [WorkbenchTestable][LoggerTest] INFO testing RedDeer logger message 08:12:23.212 STEP [WorkbenchTestable][LoggerTest] STEP testing RedDeer logger message 08:12:23.212 TRACE [WorkbenchTestable][LoggerTest] TRACE testing RedDeer logger message Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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-0809 [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 08:12:37.643 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:12:37.645 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:12:37.715 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:12:37.717 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:12:37.809 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:37.833 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:12:37.836 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:37.838 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:37.840 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:12:37.840 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:12:37.847 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:12:37.908 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:37.909 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:12:37.940 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:37.940 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:12:37.944 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:37.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:37.947 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:12:37.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:38.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:38.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:38.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:38.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:38.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:38.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:38.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:38.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:38.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:38.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:38.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:38.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:38.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:38.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:12:38.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:38.142 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 08:12:38.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:38.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:38.211 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:38.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:38.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:38.232 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:12:38.232 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:38.232 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:12:38.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:38.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:38.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:38.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:38.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:38.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:38.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:38.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:38.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:38.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:38.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:38.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:38.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:38.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:38.318 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:12:38.322 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:12:38.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:38.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:38.333 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:38.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:38.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:38.356 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:12:38.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:38.356 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:12:38.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:38.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:38.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:38.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:38.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:38.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:38.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:38.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:38.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:38.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:38.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:38.448 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:12:38.448 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:12:38.514 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:38.514 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:38.514 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:38.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:38.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:38.526 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:12:38.526 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:38.526 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:12:38.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:38.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:38.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:38.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:38.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:38.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:38.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:38.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:38.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:38.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:38.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:38.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:38.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:38.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:38.626 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:12:38.627 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:12:38.627 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:12:38.627 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 08:12:38.627 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 08:12:38.627 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 08:12:38.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:38.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:38.634 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:38.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:38.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:38.642 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:12:38.642 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:38.642 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:12:38.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:38.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:38.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:38.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:38.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:38.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:38.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:38.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:38.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:38.737 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:12:38.738 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:12:38.738 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 08:12:38.738 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 08:12:38.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:38.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:38.745 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:38.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:38.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:38.823 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:12:38.823 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:38.823 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:12:38.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:38.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:38.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:38.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:38.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:38.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:38.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:38.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:38.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:38.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:38.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:38.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:38.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:38.911 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:12:38.911 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:12:38.913 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem1" 08:12:38.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:38.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:38.920 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:38.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:38.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:38.943 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:12:38.943 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:38.944 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:12:38.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:38.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:38.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:38.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:39.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:39.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:39.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:39.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:39.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:39.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:39.026 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 08:12:39.027 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 08:12:39.027 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 08:12:39.027 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 08:12:39.027 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 08:12:39.027 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 08:12:39.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:39.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:39.033 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:39.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:39.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:39.040 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 08:12:39.041 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 08:12:39.041 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:39.041 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.417 s - in org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.284 s testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.124 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.17 s shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.116 s testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.181 s hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.12 s shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.097 s Running org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.142 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.143 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:12:39.144 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:39.144 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.144 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:39.144 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:12:39.145 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:39.145 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:12:39.145 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:39.145 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:39.145 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:39.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:39.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:39.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:39.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:39.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:39.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:39.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:39.231 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 08:12:39.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:39.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:39.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:39.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:39.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:39.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:39.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:39.248 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:12:39.248 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:39.249 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:39.251 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:39.252 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:39.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:39.253 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:12:39.253 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:12:39.254 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:12:39.254 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem2" 08:12:39.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:39.260 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:39.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:39.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:39.268 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.268 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:39.268 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:39.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:39.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:39.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:39.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:39.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:39.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:39.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:39.336 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 08:12:39.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:39.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:39.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:39.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:39.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:39.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:39.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:39.337 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:12:39.337 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:39.337 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:39.338 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:39.338 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:39.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:39.338 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:12:39.338 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:12:39.339 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:12:39.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:39.344 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:39.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:39.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:39.352 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.352 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:39.352 INFO [WorkbenchTestable][RequirementsRunner] Started test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:39.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:39.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:39.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:39.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:39.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:39.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:39.420 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 08:12:39.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:39.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:39.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:39.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:39.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:39.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:39.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:39.421 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:12:39.421 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:39.421 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:39.421 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:39.421 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:39.422 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:39.422 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:12:39.422 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:12:39.422 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:12:39.422 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:12:39.422 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:12:39.422 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemRadio 08:12:39.423 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemRadio" 08:12:39.423 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemRadio 08:12:39.425 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemRadio 08:12:39.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:39.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:39.439 INFO [WorkbenchTestable][RequirementsRunner] Finished test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.439 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:39.439 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:39.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:39.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:39.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:39.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:39.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:39.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:39.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:39.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.shell.DefaultShell, index 0 and no matchers specified 08:12:39.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:39.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:39.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:39.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:39.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:39.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:39.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:39.484 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:12:39.509 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:39.510 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:39.510 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:39.510 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:39.510 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:39.512 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:12:39.513 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:12:39.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:39.518 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:39.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:39.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:39.526 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.526 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:39.526 INFO [WorkbenchTestable][RequirementsRunner] Started test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:39.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:39.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:39.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:39.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:39.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:39.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:39.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:39.570 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 08:12:39.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:39.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:39.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:39.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:39.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:39.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:39.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:39.571 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:39.571 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:39.571 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:39.571 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:39.571 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:39.572 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:12:39.572 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:12:39.572 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:12:39.572 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:12:39.572 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:12:39.572 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 08:12:39.572 DEBUG [main][MenuItemLookup] Item match:DisabledMenu 08:12:39.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:39.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:39.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:39.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:39.626 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.626 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:39.626 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:39.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:39.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:39.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:39.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 08:12:39.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:39.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:39.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:39.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:12:39.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:39.658 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 08:12:39.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:39.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:39.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:39.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:39.670 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.670 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:39.670 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:39.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:39.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:39.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:39.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:39.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:39.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:39.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:39.732 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 08:12:39.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:39.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:39.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:39.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:39.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:39.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:39.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:39.733 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:12:39.733 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:39.733 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:39.733 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:39.733 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:39.733 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:39.733 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:12:39.734 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:12:39.734 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:12:39.734 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:12:39.734 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:12:39.734 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 08:12:39.742 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.742 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:39.742 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:39.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:39.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:39.749 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.750 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:39.750 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:39.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:39.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:39.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:39.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:39.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:39.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:39.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:39.814 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:12:39.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:39.814 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 08:12:39.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.820 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:39.820 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:39.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:39.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:39.840 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.840 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:39.840 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:39.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:39.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:39.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:39.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:39.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:39.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:39.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:39.873 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 08:12:39.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:39.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:39.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:39.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:39.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:39.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:39.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:39.874 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:12:39.874 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:39.874 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:39.874 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:39.874 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:39.874 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:39.875 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:12:39.875 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:12:39.875 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:12:39.875 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:12:39.878 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 08:12:39.878 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuDisabledChild" 08:12:39.884 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.884 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:39.884 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:39.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:39.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:39.891 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.891 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:39.891 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:39.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:39.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:39.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:39.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:39.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:39.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:39.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:39.952 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 08:12:39.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:39.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:39.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:39.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:39.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:39.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:39.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:39.954 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:12:39.954 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:39.954 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:39.954 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:39.954 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:39.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:39.955 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:12:39.955 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:12:39.955 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:12:39.955 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:12:39.955 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 08:12:39.955 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 08:12:39.960 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.960 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:39.960 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:39.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:39.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:39.967 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.967 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:39.967 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:39.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:39.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:39.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:39.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:40.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:40.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:40.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:40.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:40.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:40.028 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 08:12:40.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:40.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:40.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:40.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:40.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:40.029 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:12:40.029 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:40.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:40.029 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:40.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:40.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:40.030 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:12:40.030 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:12:40.030 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:12:40.030 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItem1 08:12:40.030 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItem1 08:12:40.031 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 08:12:40.033 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 08:12:40.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:40.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:40.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:40.034 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "MenuShell" as the parent 08:12:40.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:40.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:40.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:40.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:12:40.034 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:12:40.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:40.042 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:40.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:40.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:40.062 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.062 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:40.062 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:40.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:40.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:40.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:40.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:40.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:40.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:40.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:40.110 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 08:12:40.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:40.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:40.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:40.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:40.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:40.111 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:40.112 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:40.112 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:40.112 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:40.112 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:40.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:40.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:40.125 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.125 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:40.125 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:40.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:40.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:40.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:40.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:40.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:40.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:40.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:40.214 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 08:12:40.214 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:40.214 DEBUG [main][MenuItemLookup] Found menu:'ShellContextMenuItem' 08:12:40.215 DEBUG [main][MenuItemLookup] Item match:ShellContextMenuItem 08:12:40.220 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.220 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:40.220 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:40.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:40.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:40.241 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:40.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:40.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:40.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:40.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:40.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:40.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:40.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:40.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:40.317 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 08:12:40.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:40.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:40.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:40.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:40.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:40.318 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:40.318 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:40.318 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:40.318 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:40.318 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:40.319 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:12:40.319 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:12:40.319 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:12:40.319 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:12:40.319 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenu" 08:12:40.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:40.327 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:40.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:40.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:40.338 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.338 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:40.338 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:40.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:40.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:40.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:40.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:40.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:40.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:40.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:40.381 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 08:12:40.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:40.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:40.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:40.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:40.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:40.382 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:12:40.382 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:40.382 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:40.382 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:40.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:40.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:40.387 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.387 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:40.387 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:40.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:40.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:40.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:40.428 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:40.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:40.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:40.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:40.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:40.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:40.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:40.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:40.457 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 08:12:40.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:40.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:40.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:40.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:40.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:40.458 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:40.458 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:40.459 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:40.459 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:40.459 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:40.459 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:12:40.459 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:12:40.459 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:12:40.459 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:12:40.459 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenuEnabledChild' 08:12:40.459 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenuEnabledChild 08:12:40.459 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 08:12:40.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:40.464 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:40.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:40.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:40.471 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.471 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:40.471 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:40.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:40.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:40.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:40.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:40.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:40.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:40.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:40.534 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 08:12:40.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:40.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:40.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:40.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:40.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:40.535 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:12:40.536 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:40.536 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:40.536 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:40.536 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:40.536 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:40.536 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:12:40.536 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 08:12:40.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:40.542 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:40.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:40.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:40.549 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.549 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:40.549 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:40.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:40.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:40.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:40.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:40.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:40.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:40.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:40.608 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 08:12:40.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:40.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:40.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:40.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:40.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:40.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:12:40.610 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:40.610 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:40.610 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:40.610 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:40.610 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:40.611 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:12:40.611 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:12:40.611 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:12:40.611 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 08:12:40.611 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 08:12:40.617 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.617 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:40.617 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:40.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:40.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:40.639 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.639 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:40.640 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:40.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:40.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:40.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:40.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:40.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:40.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:40.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:40.672 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 08:12:40.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:40.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:40.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:40.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:40.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:40.673 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 08:12:40.673 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 08:12:40.674 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 08:12:40.674 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 08:12:40.674 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:12:40.674 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:40.676 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 08:12:40.676 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 08:12:40.676 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 08:12:40.676 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 08:12:40.676 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemCheck 08:12:40.676 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemCheck" 08:12:40.676 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemCheck 08:12:40.676 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemCheck 08:12:40.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.682 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:40.682 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:40.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:40.720 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 08:12:40.720 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 08:12:40.720 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:40.720 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:40.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.579 s - in org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.123 s menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.084 s radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.087 s getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.087 s disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.1 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.044 s getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.079 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.09 s menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.05 s getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.076 s selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.095 s getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.063 s shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.116 s menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.096 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.043 s getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.078 s menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.09 s checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.08 s Running org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:12:40.743 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:12:40.744 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:12:40.744 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:40.744 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:12:40.745 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:40.745 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:12:40.745 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:40.745 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:12:40.745 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:40.747 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 08:12:40.748 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 08:12:40.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:40.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:40.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:40.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:40.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:40.751 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") 08:12:40.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:40.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:40.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:12:40.765 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 08:12:40.765 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:12:40.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:40.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 08:12:40.862 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 08:12:40.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 08:12:40.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:40.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:40.867 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 08:12:40.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:40.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:40.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:40.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 08:12:40.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:40.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:40.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:40.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:12:40.869 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 08:12:40.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:12:40.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:12:40.875 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:12:40.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:12:40.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:12:40.876 TRACE [main][WidgetHandler] Notify Table with event 13 08:12:40.876 TRACE [main][WidgetHandler] Wait for synchronization 08:12:40.876 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:40.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:40.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:40.876 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 08:12:40.876 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:40.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.879 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") 08:12:40.879 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:40.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:40.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:40.879 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 08:12:40.879 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:40.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:40.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:40.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:40.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:40.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:12:40.883 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:12:40.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:12:40.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:12:40.884 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:12:40.884 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:41.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:12:41.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:12:41.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:12:41.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:41.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:41.473 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:12:41.473 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:41.473 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:12:41.473 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:12:41.473 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:12:41.474 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:12:41.474 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:12:41.474 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:12:41.474 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:12:41.474 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:12:41.474 DEBUG [main][MenuItemLookup] Item match:Window 08:12:41.477 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:12:41.477 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:12:41.477 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:12:41.477 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.477 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:12:41.477 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:12:41.477 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.477 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:12:41.477 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.477 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:12:41.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:41.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:41.478 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:12:41.478 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:41.478 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:12:41.478 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:12:41.478 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:12:41.478 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:12:41.478 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:12:41.478 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:12:41.478 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:12:41.478 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:12:41.478 DEBUG [main][MenuItemLookup] Item match:Window 08:12:41.478 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:12:41.479 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:12:41.479 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:12:41.479 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.479 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:12:41.479 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:12:41.479 DEBUG [main][MenuItemLookup] Item match:Perspective 08:12:41.481 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 08:12:41.482 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.482 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 08:12:41.482 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 08:12:41.482 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 08:12:41.482 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 08:12:41.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:12:41.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:41.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:41.488 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:12:41.489 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:41.489 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:12:41.489 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:12:41.489 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:12:41.489 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:12:41.489 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:12:41.489 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:12:41.489 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:12:41.489 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:12:41.489 DEBUG [main][MenuItemLookup] Item match:Window 08:12:41.489 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:12:41.489 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:12:41.489 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:12:41.489 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.490 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:12:41.490 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:12:41.490 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.490 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:12:41.490 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.490 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:12:41.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:41.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:41.510 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:12:41.510 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:41.511 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:12:41.511 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:12:41.511 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:12:41.511 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:12:41.511 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:12:41.511 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:12:41.511 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:12:41.511 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:12:41.511 DEBUG [main][MenuItemLookup] Item match:Window 08:12:41.511 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:12:41.512 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:12:41.512 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:12:41.512 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.512 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:12:41.512 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:12:41.512 DEBUG [main][MenuItemLookup] Item match:Perspective 08:12:41.512 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 08:12:41.512 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.512 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 08:12:41.512 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 08:12:41.512 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 08:12:41.512 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 08:12:41.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:41.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:41.513 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:12:41.513 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:41.513 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:12:41.513 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:12:41.513 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:12:41.513 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:12:41.513 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:12:41.513 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:12:41.513 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:12:41.513 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:12:41.513 DEBUG [main][MenuItemLookup] Item match:Window 08:12:41.513 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:12:41.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:41.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:41.514 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:12:41.514 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:12:41.514 DEBUG [main][MenuItemLookup] Item match:Window 08:12:41.515 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:12:41.515 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:12:41.515 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:12:41.515 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.515 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:12:41.515 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:12:41.515 DEBUG [main][MenuItemLookup] Item match:Perspective 08:12:41.515 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 08:12:41.515 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.515 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 08:12:41.515 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 08:12:41.516 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 08:12:41.516 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 08:12:41.516 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 08:12:41.516 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 08:12:41.516 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 08:12:41.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 08:12:41.547 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 08:12:41.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 08:12:41.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:41.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:41.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:41.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:41.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:41.547 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 08:12:41.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:41.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:41.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:41.548 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") 08:12:41.548 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:41.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:41.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:41.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 08:12:41.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:41.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:41.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:41.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:41.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:41.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:12:41.549 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 08:12:41.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:12:41.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:12:41.549 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:12:41.549 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:41.698 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:41.698 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 08:12:41.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:12:41.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:41.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:41.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:41.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:41.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:41.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:41.712 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:41.712 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.*') 08:12:41.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:41.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:41.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:41.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:41.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:12:41.728 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:12:41.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:41.843 DEBUG [main][MenuItemLookup] Found menu:'(no launch history)' 08:12:41.843 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.843 DEBUG [main][MenuItemLookup] Found menu:'Run As' 08:12:41.843 DEBUG [main][MenuItemLookup] Item match:Run As 08:12:41.845 DEBUG [main][MenuItemLookup] Found menu:'(none applicable)' 08:12:41.845 DEBUG [main][MenuItemLookup] Item match:(none applicable) 08:12:41.846 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"(none applicable)" 08:12:41.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:12:41.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:41.846 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:41.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:41.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:41.846 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 08:12:41.847 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 08:12:41.847 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:41.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:41.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:41.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.11 s - in org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) Time elapsed: 0.148 s Running org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:12:41.854 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:12:41.855 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:12:41.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:41.855 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:12:41.855 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:41.855 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:12:41.865 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:41.865 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:12:41.865 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:41.865 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:41.865 INFO [WorkbenchTestable][RequirementsRunner] Started test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:12:41.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:12:41.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:41.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:41.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:41.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:41.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:41.877 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' view via menu. 08:12:41.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:41.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:41.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:41.878 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:41.878 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:12:41.878 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:41.878 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:12:41.878 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:12:41.878 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:12:41.878 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:12:41.878 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:12:41.878 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:12:41.878 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:12:41.878 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:12:41.878 DEBUG [main][MenuItemLookup] Item match:Window 08:12:41.879 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:12:41.879 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:12:41.879 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:12:41.879 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.879 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:12:41.879 DEBUG [main][MenuItemLookup] Item match:Show View 08:12:41.912 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:12:41.912 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:12:41.912 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:12:41.912 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:12:41.912 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:12:41.912 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:12:41.912 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:12:41.912 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:12:41.912 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:12:41.912 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:12:41.913 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:12:41.913 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:12:41.913 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:12:41.913 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:41.913 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:12:41.913 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:12:41.914 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:12:41.914 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:12:41.914 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:12:41.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:12:41.977 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 08:12:41.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:12:41.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:41.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:41.978 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 08:12:41.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:41.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:41.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:41.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:12:41.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:41.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:41.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:41.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:41.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:41.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:42.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:42.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:12:42.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:12:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:42.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:42.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:12:42.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:12:42.520 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:12:42.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:42.520 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:12:42.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:42.520 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:12:42.520 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT 08:12:42.520 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT 08:12:42.520 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT about selection 08:12:42.521 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT 08:12:42.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:42.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:42.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:42.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:12:42.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:42.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:42.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:42.522 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") 08:12:42.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:42.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:42.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:42.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:12:42.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:42.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:42.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:42.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:42.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:42.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:12:42.523 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:12:42.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:12:42.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:12:42.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:12:42.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:42.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:12:42.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:12:42.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:12:42.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:42.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:42.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:12:42.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:42.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:42.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:42.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:42.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:42.613 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:42.613 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') 08:12:42.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:42.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:42.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:42.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:42.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:42.619 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:12:42.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:12:42.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:42.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:12:42.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:42.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:42.631 DEBUG [main][MenuItemLookup] Found menu:'submenu' 08:12:42.631 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:42.631 DEBUG [main][MenuItemLookup] Found menu:'View Action with ID' 08:12:42.631 DEBUG [main][MenuItemLookup] Item match:View Action with ID 08:12:42.631 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"View Action with ID" 08:12:42.631 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text View Action with ID 08:12:42.631 INFO [main][MenuItemHandler] Select menu item: View Action with ID 08:12:42.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled.... 08:12:42.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled. finished successfully 08:12:42.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:12:42.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:42.632 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:42.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:42.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:42.632 INFO [WorkbenchTestable][RequirementsRunner] Finished test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:12:42.633 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:42.633 INFO [WorkbenchTestable][RequirementsRunner] Started test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:12:42.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:12:42.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:42.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:42.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:42.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:42.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:42.637 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:12:42.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:42.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:42.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:42.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:42.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:42.650 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:42.651 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') 08:12:42.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:42.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:42.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:42.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:42.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:42.654 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:12:42.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:12:42.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:42.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:12:42.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:42.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:42.656 DEBUG [main][MenuItemLookup] Found menu:'submenu' 08:12:42.656 DEBUG [main][MenuItemLookup] Item match:submenu 08:12:42.658 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 08:12:42.658 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuA 08:12:42.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&A" 08:12:42.668 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuA 08:12:42.668 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&A 08:12:42.668 DEBUG [main][MenuItemLookup] Found menu:'submenu' 08:12:42.668 DEBUG [main][MenuItemLookup] Item match:submenu 08:12:42.669 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 08:12:42.669 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuB' 08:12:42.669 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuB 08:12:42.669 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&B" 08:12:42.669 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuB 08:12:42.669 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&B 08:12:42.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:12:42.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:42.670 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:42.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:42.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:42.670 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:12:42.670 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:42.670 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:12:42.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:12:42.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:42.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:42.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:42.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:42.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:42.675 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 08:12:42.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:42.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:42.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:42.675 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:42.675 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:12:42.675 DEBUG [main][MenuItemLookup] Found menu:'File' 08:12:42.675 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:12:42.675 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:12:42.675 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:12:42.675 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:12:42.675 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:12:42.675 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:12:42.676 DEBUG [main][MenuItemLookup] Item match:Window 08:12:42.676 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:12:42.676 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:12:42.676 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:12:42.676 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:42.676 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:12:42.676 DEBUG [main][MenuItemLookup] Item match:Show View 08:12:42.680 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:12:42.680 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:12:42.680 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:12:42.680 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:12:42.680 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:12:42.680 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:12:42.680 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:12:42.680 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:12:42.680 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:12:42.680 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:12:42.680 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:12:42.680 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:12:42.680 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:12:42.680 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:42.680 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:12:42.680 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:12:42.681 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:12:42.681 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:12:42.681 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:12:42.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:12:42.754 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 08:12:42.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:12:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:42.755 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 08:12:42.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:42.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:12:42.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:42.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:42.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:42.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:12:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:12:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:12:42.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:12:42.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:12:42.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:43.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:43.262 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:12:43.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:12:43.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:12:43.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:12:43.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:12:43.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:12:43.263 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:12:43.264 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 08:12:43.264 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 08:12:43.264 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 08:12:43.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 08:12:43.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:43.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:43.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:43.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:12:43.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:43.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:43.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:43.265 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") 08:12:43.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:43.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:43.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:43.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:12:43.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:43.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:43.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:43.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:43.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:43.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:12:43.267 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:12:43.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:12:43.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:12:43.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:12:43.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:43.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:12:43.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:12:43.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:12:43.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:43.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:43.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:12:43.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:43.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:43.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:43.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:43.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:43.383 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:43.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 08:12:43.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:43.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:43.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:43.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:43.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:43.411 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:12:43.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:12:43.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:43.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:12:43.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:43.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:43.415 DEBUG [main][MenuItemLookup] Found menu:'Group By' 08:12:43.415 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:43.415 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 08:12:43.415 DEBUG [main][MenuItemLookup] Item match:Filters... 08:12:43.415 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Filters..." 08:12:43.415 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Filters... 08:12:43.415 INFO [main][MenuItemHandler] Select menu item: &Filters... 08:12:43.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 08:12:43.500 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 08:12:43.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Log Filters 08:12:43.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:43.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:43.501 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") 08:12:43.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:43.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:43.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:43.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Log Filters" as the parent 08:12:43.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:43.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:43.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:43.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:43.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:43.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:12:43.522 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:12:43.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:12:43.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:12:43.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:12:43.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:43.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 08:12:43.627 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 08:12:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 08:12:43.627 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 08:12:43.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:12:43.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:43.627 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:43.627 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:12:43.627 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:43.627 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:12:43.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:12:43.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:43.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:43.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:43.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:43.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:43.632 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 08:12:43.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:43.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:43.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:12:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:43.636 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:12:43.636 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') 08:12:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:43.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:43.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:43.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:43.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:12:43.640 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:12:43.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:12:43.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:12:43.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:12:43.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:12:43.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:12:43.642 DEBUG [main][MenuItemLookup] Found menu:'Group By' 08:12:43.642 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:43.642 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 08:12:43.642 DEBUG [main][MenuItemLookup] Found menu:'' 08:12:43.642 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 08:12:43.642 DEBUG [main][MenuItemLookup] Found menu:'Show text filter' 08:12:43.642 DEBUG [main][MenuItemLookup] Item match:Show text filter 08:12:43.643 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Show text filter" 08:12:43.643 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Show text filter 08:12:43.643 INFO [main][MenuItemHandler] Select menu item: &Show text filter 08:12:43.644 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 08:12:43.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:43.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:43.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:43.645 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 08:12:43.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:43.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:43.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:43.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:44.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:44.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:44.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:44.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:44.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:12:44.653 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 08:12:44.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:12:44.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:44.653 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:44.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:44.654 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 08:12:44.654 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 08:12:44.654 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:44.654 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:44.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:44.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.8 s - in org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.767 s parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.037 s testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.957 s testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 1.027 s Running org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:12:44.660 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:12:44.661 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:12:44.661 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:44.662 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:12:44.662 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:44.662 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:12:44.662 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:44.662 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:12:44.662 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:44.662 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:44.663 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:12:44.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:12:44.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:44.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:44.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:44.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:44.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:44.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:44.694 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") 08:12:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:44.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:44.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:44.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:12:44.694 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:12:44.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:44.704 DEBUG [main][MenuItemLookup] Found menu:'ToolItemMenuItem1' 08:12:44.704 DEBUG [main][MenuItemLookup] Item match:ToolItemMenuItem1 08:12:44.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:12:44.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:44.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:44.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:44.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:44.717 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:12:44.717 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:44.717 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:12:44.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:12:44.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:44.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:44.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:44.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:44.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:44.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:44.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:44.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:44.760 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") 08:12:44.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:44.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:44.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:44.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:44.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:12:44.761 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:12:44.761 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:44.769 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 08:12:44.769 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem2" 08:12:44.769 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem3" 08:12:44.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:12:44.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:44.775 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:44.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:44.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:44.810 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:12:44.810 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:44.810 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:12:44.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:12:44.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:44.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:44.810 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:44.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:44.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:44.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:44.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:44.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:44.841 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") 08:12:44.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:44.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:44.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:44.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:44.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:12:44.842 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:12:44.842 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:44.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:12:44.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:44.857 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:44.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:44.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:44.878 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:12:44.878 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:44.878 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:12:44.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:12:44.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:44.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:44.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:44.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:44.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:44.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:44.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:44.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:44.925 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") 08:12:44.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:44.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:44.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:44.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:44.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:12:44.942 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:12:44.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:12:44.950 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 08:12:44.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:12:44.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:44.961 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:44.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:44.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:44.985 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:12:44.985 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:44.985 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:12:44.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:12:44.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:44.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:44.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 08:12:45.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 08:12:45.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 08:12:45.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:12:45.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:12:45.031 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") 08:12:45.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:45.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:45.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:45.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:45.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:12:45.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:12:45.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:45.037 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:45.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:45.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:45.045 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 08:12:45.045 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 08:12:45.045 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:45.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:45.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:45.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.054 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.093 s toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.068 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.107 s toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.06 s Running org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:45.066 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:45.070 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:12:45.070 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:45.070 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:45.070 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:45.070 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:12:45.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:45.071 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:12:45.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:45.071 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:45.072 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:12:45.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:45.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:45.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:45.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:45.183 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 08:12:45.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:45.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:45.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:45.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:12:45.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:45.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:45.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:12:45.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:12:45.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:12:45.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:12:46.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:12:46.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:12:46.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:12:46.220 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 1 was not found 08:12:46.222 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:12:46.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 08:12:46.222 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:12:46.222 DEBUG [main][AbstractWait] Waiting until shell is active... 08:12:46.222 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:12:46.222 INFO [main][AbstractShell] Close shell Testing shell 08:12:46.222 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:12:46.238 DEBUG [main][AbstractWait] Waiting while shell is available... 08:12:46.238 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:12:46.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:46.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:46.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:46.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:46.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:46.252 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:12:46.252 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:46.252 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:12:46.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:46.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:46.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:46.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:46.286 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%$") 08:12:46.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:46.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:46.304 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:12:46.304 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:46.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:46.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:46.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:46.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:47.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:47.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:12:47.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:12:47.307 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found 08:12:47.307 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:12:47.307 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 08:12:47.307 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:12:47.307 DEBUG [main][AbstractWait] Waiting until shell is active... 08:12:47.307 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:12:47.307 INFO [main][AbstractShell] Close shell Testing shell 08:12:47.307 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:12:47.320 DEBUG [main][AbstractWait] Waiting while shell is available... 08:12:47.320 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:12:47.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:47.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:47.320 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:47.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:47.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:47.322 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:12:47.322 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:47.323 INFO [WorkbenchTestable][RequirementsRunner] Started test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:12:47.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:47.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:47.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:47.323 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:47.369 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 08:12:47.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:47.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:47.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:47.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:12:47.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:47.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:47.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:47.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:47.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:47.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:12:47.391 INFO [WorkbenchTestable][AbstractBrowser] Execute script: testExecute() 08:12:47.496 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:12:47.496 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 08:12:47.496 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:12:47.496 DEBUG [main][AbstractWait] Waiting until shell is active... 08:12:47.496 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:12:47.496 INFO [main][AbstractShell] Close shell Testing shell 08:12:47.496 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:12:47.501 DEBUG [main][AbstractWait] Waiting while shell is available... 08:12:47.501 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:12:47.501 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:47.501 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:47.501 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:47.509 INFO [WorkbenchTestable][RequirementsRunner] Finished test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:12:47.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:47.509 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:12:47.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:47.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:47.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:47.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:47.555 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 08:12:47.555 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:47.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:47.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:47.574 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:12:47.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:47.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:47.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:47.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:47.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:47.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:12:47.575 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: testEvaluate();return "test"; 08:12:47.689 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:12:47.689 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 08:12:47.689 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:12:47.689 DEBUG [main][AbstractWait] Waiting until shell is active... 08:12:47.689 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:12:47.689 INFO [main][AbstractShell] Close shell Testing shell 08:12:47.689 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:12:47.700 DEBUG [main][AbstractWait] Waiting while shell is available... 08:12:47.700 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:12:47.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:47.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:47.700 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:47.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:47.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:47.715 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:12:47.715 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:47.715 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:12:47.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:47.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:47.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:47.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:47.747 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 08:12:47.747 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:47.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:47.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:47.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:12:47.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:47.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:47.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:47.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:47.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:47.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:12:47.768 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:12:47.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 08:12:47.768 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:12:47.768 DEBUG [main][AbstractWait] Waiting until shell is active... 08:12:47.768 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:12:47.768 INFO [main][AbstractShell] Close shell Testing shell 08:12:47.768 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:12:47.895 DEBUG [main][AbstractWait] Waiting while shell is available... 08:12:47.895 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:12:47.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:47.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:47.896 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:12:47.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:47.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:47.897 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:12:47.897 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:47.897 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:12:47.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:47.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:47.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:47.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:47.933 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:") 08:12:47.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:47.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:47.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:47.952 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:12:47.952 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:47.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:47.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:47.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:47.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:47.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:12:47.953 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:12:47.954 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 08:12:47.954 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:12:47.954 DEBUG [main][AbstractWait] Waiting until shell is active... 08:12:47.954 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:12:47.954 INFO [main][AbstractShell] Close shell Testing shell 08:12:47.954 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:12:48.050 DEBUG [main][AbstractWait] Waiting while shell is available... 08:12:48.050 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:12:48.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:48.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:12:48.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... Error sending IPC message: Broken pipe 08:12:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:48.052 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:12:48.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:12:48.053 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:12:48.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:12:48.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:12:48.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:12:48.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:12:48.083 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 08:12:48.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:12:48.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:12:48.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:12:48.103 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:12:48.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:12:48.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:12:48.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:12:48.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:12:48.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:12:48.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 08:12:48.103 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/snippets/' 08:12:48.106 DEBUG [main][BrowserProgressListener] Calling chanded() 08:12:48.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:12:48.107 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:12:48.335 DEBUG [main][BrowserProgressListener] Calling chanded() 08:12:48.607 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:12:48.608 DEBUG [main][BrowserProgressListener] Calling chanded() 08:12:48.839 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 08:12:49.107 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:12:49.161 DEBUG [main][BrowserProgressListener] Calling chanded() 08:12:49.607 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:12:49.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:12:49.608 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 08:12:59.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:12:59.609 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:12:59.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:12:59.622 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/widgets/' 08:12:59.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:12:59.622 DEBUG [main][BrowserProgressListener] Calling chanded() 08:12:59.622 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:12:59.678 DEBUG [main][BrowserProgressListener] Calling chanded() 08:12:59.804 DEBUG [main][BrowserProgressListener] Calling chanded() 08:13:00.123 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:13:00.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:13:00.123 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 08:13:10.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:13:10.123 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:13:10.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:13:10.125 INFO [WorkbenchTestable][AbstractBrowser] Browser back 08:13:10.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:13:10.126 DEBUG [main][BrowserProgressListener] Calling chanded() 08:13:10.126 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:13:10.292 DEBUG [main][BrowserProgressListener] Calling chanded() 08:13:10.626 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:13:10.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:13:10.627 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:13:11.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:13:11.627 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:13:11.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:13:11.629 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 08:13:11.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:13:11.630 DEBUG [main][BrowserProgressListener] Calling chanded() 08:13:11.631 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:13:11.692 DEBUG [main][BrowserProgressListener] Calling chanded() 08:13:12.131 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:13:12.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:13:12.131 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:13:13.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 08:13:13.132 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 08:13:13.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 08:13:13.134 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:13.134 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 08:13:13.134 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:13.135 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:13.135 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:13.135 INFO [main][AbstractShell] Close shell Testing shell 08:13:13.135 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:13.155 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:13.155 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:13.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:13:13.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:13.155 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:13.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 08:13:13.173 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 08:13:13.173 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:13.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:13.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.108 s - in org.eclipse.reddeer.swt.test.impl.browser.BrowserTest findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.18 s findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.07 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.206 s findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.182 s findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.155 s navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 25.12 s Running org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.182 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.183 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:13.184 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:13.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:13.184 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:13.185 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:13.185 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:13.185 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:13.185 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:13.186 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:13.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:13.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:13.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:13.245 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 08:13:13.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:13.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:13.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:13.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:13.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:13.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:13.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:13.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 08:13:13.268 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:") 08:13:13.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.268 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:13.268 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:13.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:13.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:13.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:13.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:13:13.276 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:13.276 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 08:13:13.276 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:13.277 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:13.277 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:13.277 INFO [main][AbstractShell] Close shell Testing shell 08:13:13.277 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:13.290 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:13.290 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:13.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:13.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:13.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.297 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:13.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:13.297 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:13.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:13.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:13.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:13.408 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') 08:13:13.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:13.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:13.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:13.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:13.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:13.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 08:13:13.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 08:13:13.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:13.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:13.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:13:13.436 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 08:13:13.444 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:13.444 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 08:13:13.444 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:13.446 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:13.446 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:13.446 INFO [main][AbstractShell] Close shell Testing shell 08:13:13.446 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:13.460 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:13.460 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:13.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:13.461 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:13.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:13.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:13.482 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:13.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:13.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:13.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:13.527 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") 08:13:13.527 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:13.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:13.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:13.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:13.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:13.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:13.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:13.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:13:13.553 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 08:13:13.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:13.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:13.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:13.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:13.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:13.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:13.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:13:13.559 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") 08:13:13.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.559 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:13.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:13.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:13.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:13.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:13.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:13:13.561 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 08:13:13.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:13.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:13.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:13.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:13.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:13.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:13.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:13.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 08:13:13.562 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") 08:13:13.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:13.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:13.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:13.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:13.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:13.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:13.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:13.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:13:13.565 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 08:13:13.565 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:13.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:13.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:13.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:13.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:13:13.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:13:13.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:13.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 2 was found 08:13:13.565 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") 08:13:13.565 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:13.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:13.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:13.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:13.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:13.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:13.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:13.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:13:13.568 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 08:13:13.568 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:13.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.568 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:13.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:13.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:13.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:13:13.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:13:13.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:13.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 3 was found 08:13:13.569 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:13.569 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 08:13:13.569 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:13.570 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:13.570 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:13.570 INFO [main][AbstractShell] Close shell Testing shell 08:13:13.570 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:13.583 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:13.583 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:13.584 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.584 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:13.584 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:13.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.591 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:13.591 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:13.591 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:13.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:13.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:13.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:13.636 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") 08:13:13.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:13.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.666 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:13.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:13.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:13.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:13.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:13.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:13.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:13:13.670 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 3 08:13:13.671 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:13.671 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 08:13:13.671 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:13.673 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:13.673 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:13.673 INFO [main][AbstractShell] Close shell Testing shell 08:13:13.673 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:13.688 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:13.688 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:13.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:13.688 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:13.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.721 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:13.721 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:13.721 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:13.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:13.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:13.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:13.784 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") 08:13:13.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:13.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.808 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:13.808 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:13.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:13.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:13.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:13.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:13.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:13:13.813 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 2 08:13:13.814 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 08:13:13.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:13.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.814 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:13.814 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:13.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:13.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:13.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:13.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:13.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:13.814 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:13.815 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:13.815 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 08:13:13.815 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:13.815 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:13.815 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:13.815 INFO [main][AbstractShell] Close shell Testing shell 08:13:13.815 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:13.828 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:13.829 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:13.829 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.829 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:13.829 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:13.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.837 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:13.837 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:13.837 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:13.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:13.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:13.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:13.884 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 08:13:13.884 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:13.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.910 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:13.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:13.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:13.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:13.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:13.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:13.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 08:13:13.914 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 08:13:13.915 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:13.915 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 08:13:13.915 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:13.916 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:13.916 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:13.916 INFO [main][AbstractShell] Close shell Testing shell 08:13:13.916 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:13.929 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:13.930 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:13.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:13.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:13.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:13.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:13.937 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:13.937 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:13.937 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:13.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:13.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:13.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:13.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:13.996 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 08:13:13.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:14.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:14.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:14.032 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:14.032 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:14.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:14.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:13:14.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:13:14.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:13:14.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:13:15.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:13:15.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:13:15.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:15.036 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 5 was not found 08:13:15.036 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:15.036 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 08:13:15.036 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:15.036 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:15.036 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:15.036 INFO [main][AbstractShell] Close shell Testing shell 08:13:15.036 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:15.050 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:15.050 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:15.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:15.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:15.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:15.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:15.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:15.058 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:15.058 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:15.058 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:15.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:15.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:15.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:15.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:15.104 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_&*") 08:13:15.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:15.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:15.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:15.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:15.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:15.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:15.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:15.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:15.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:15.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:16.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:16.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:16.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:16.147 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was not found 08:13:16.147 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:16.148 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 08:13:16.148 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:16.148 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:16.148 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:16.148 INFO [main][AbstractShell] Close shell Testing shell 08:13:16.148 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:16.161 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:16.161 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:16.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:16.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:16.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:16.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:16.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:16.169 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:16.169 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:16.169 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:16.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:16.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:16.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:16.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:16.218 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") 08:13:16.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:16.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:16.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:16.248 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:16.248 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:16.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:16.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:16.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:16.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:16.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 08:13:16.252 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to selection: Item23 08:13:16.255 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 08:13:16.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:16.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:16.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:16.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:16.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:16.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:16.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:16.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:16.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:16.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:16.256 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:16.257 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:16.257 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 08:13:16.257 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:16.258 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:16.258 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:16.258 INFO [main][AbstractShell] Close shell Testing shell 08:13:16.258 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:16.276 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:16.276 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:16.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:16.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:16.277 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:16.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:16.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:16.287 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 08:13:16.287 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 08:13:16.287 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:16.287 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:16.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:16.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.106 s - in org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.111 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.185 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.109 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.13 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.116 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.1 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.121 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.111 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.118 s Running org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:16.298 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:16.299 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:16.299 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:16.299 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:16.299 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:16.299 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:16.306 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:16.306 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:16.307 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:16.307 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:16.307 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:16.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:16.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:16.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:16.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:739): Gtk-WARNING **: 08:13:16.330: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.339: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.341: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.342: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.343: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.351: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.352: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.354: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.354: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.355: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.356: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.357: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.370: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.378: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.380: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.381: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.382: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.388: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.389: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.390: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.390: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.391: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.392: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.392: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.399: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.399: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.399: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.400: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.400: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.400: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.401: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.402: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.402: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.403: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.409: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.409: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.409: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.410: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.411: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.411: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.411: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.411: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.412: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.413: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.413: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.413: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.414: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:13:16.419 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 08:13:16.420 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:16.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:16.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:16.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:16.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:16.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:16.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:16.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:16.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:16.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:13:16.442 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 08:13:16.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:16.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:16.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:16.446 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:16.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:16.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:16.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:16.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:16.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:16.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:13:16.447 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:16.447 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 08:13:16.447 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:16.447 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:16.447 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:16.447 INFO [main][AbstractShell] Close shell Testing shell 08:13:16.447 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:16.469 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:16.470 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:16.470 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:16.470 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:16.470 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:16.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:16.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:16.490 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:16.491 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:16.491 INFO [WorkbenchTestable][RequirementsRunner] Started test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:16.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:16.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:16.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:16.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:739): Gtk-WARNING **: 08:13:16.511: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.518: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.520: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.520: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.521: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.528: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.528: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.529: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.529: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.530: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.531: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.531: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.542: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.549: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.550: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.551: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.552: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.559: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.559: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.560: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.561: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.562: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.563: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.563: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.569: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.570: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.570: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.571: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.571: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.571: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.572: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.573: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.574: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.574: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.580: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.580: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.581: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.581: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.582: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.582: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.582: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.582: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.583: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.584: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.585: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.585: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:16.585: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:13:16.588 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 08:13:16.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:16.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:16.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:16.606 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:16.606 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:16.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:16.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:16.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:16.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:16.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:13:16.607 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 08:13:16.607 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 08:13:16.607 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:16.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:16.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:16.607 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:16.607 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:16.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:16.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:16.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:16.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:16.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:13:16.607 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 08:13:16.614 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:13:17.615 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 08:13:17.615 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 2 08:13:17.615 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 08:13:17.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:17.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:17.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:17.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:17.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:17.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:17.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:17.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:17.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:17.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:13:17.616 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 08:13:17.616 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:13:18.617 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 08:13:18.617 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 4 08:13:18.617 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 08:13:18.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:18.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:18.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:18.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:18.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:18.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:18.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:18.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:18.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:18.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:13:18.617 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 4 08:13:18.618 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:13:19.626 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been expanded 08:13:19.626 INFO [WorkbenchTestable][AbstractExpandBar] Collapse all expand bar items 08:13:19.627 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 0 08:13:19.632 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been collapsed 08:13:19.632 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 1 08:13:19.632 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 is already collapsed. No action performed 08:13:19.632 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 2 08:13:19.633 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been collapsed 08:13:19.633 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 3 08:13:19.634 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 3 is already collapsed. No action performed 08:13:19.634 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 4 08:13:19.634 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been collapsed 08:13:19.635 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:19.635 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 08:13:19.635 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:19.636 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:19.636 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:19.636 INFO [main][AbstractShell] Close shell Testing shell 08:13:19.636 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:19.674 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:19.674 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:19.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:19.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:19.674 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:19.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:20.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:20.178 INFO [WorkbenchTestable][RequirementsRunner] Finished test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:20.179 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:20.179 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:20.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:20.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:20.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:20.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:739): Gtk-WARNING **: 08:13:20.193: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.199: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.200: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.201: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.202: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.208: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.208: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.209: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.209: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.210: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.211: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.211: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.221: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.229: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.230: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.231: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.232: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.238: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.239: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.240: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.241: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.242: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.243: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.243: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.249: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.250: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.250: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.251: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.251: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.251: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.252: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.253: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.253: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.253: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.260: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.260: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.260: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.260: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.262: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.262: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.262: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.262: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.263: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.264: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.265: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.265: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:20.265: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:13:20.268 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 08:13:20.268 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 08:13:20.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:20.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:20.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:20.288 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:20.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:20.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:20.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:20.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:20.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:20.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:13:20.289 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 08:13:20.290 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:13:21.290 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 08:13:21.290 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 08:13:21.290 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:21.290 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:21.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:21.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:21.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:21.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:21.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 08:13:21.291 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:21.294 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:21.294 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 08:13:21.294 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:21.294 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:21.295 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:21.295 INFO [main][AbstractShell] Close shell Testing shell 08:13:21.295 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:21.317 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:21.317 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:21.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:21.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:21.317 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:21.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:21.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:21.338 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:21.338 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:21.338 INFO [WorkbenchTestable][RequirementsRunner] Started test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:21.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:21.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:21.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:21.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:739): Gtk-WARNING **: 08:13:21.352: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.359: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.361: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.362: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.363: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.369: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.369: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.370: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.371: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.371: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.372: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.373: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.382: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.389: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.391: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.392: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.393: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.400: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.400: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.401: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.402: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.403: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.404: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.404: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.410: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.410: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.411: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.412: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.412: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.412: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.414: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.415: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.415: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.415: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.422: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.422: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.423: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.423: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.424: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.424: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.425: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.425: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.426: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.427: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.427: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.427: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:21.428: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:13:21.431 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 08:13:21.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:21.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:21.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:21.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:21.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:21.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:21.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:21.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:21.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:21.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:13:21.450 INFO [WorkbenchTestable][AbstractExpandBar] Expand all expand bar items 08:13:21.450 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 08:13:21.451 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:13:22.451 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 08:13:22.451 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 08:13:22.452 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:13:23.452 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 08:13:23.452 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 08:13:23.453 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:13:24.453 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 08:13:24.453 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:24.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 08:13:24.453 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:24.454 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:24.454 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:24.454 INFO [main][AbstractShell] Close shell Testing shell 08:13:24.454 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:24.488 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:24.488 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:24.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:24.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:24.488 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:24.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:24.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:24.495 INFO [WorkbenchTestable][RequirementsRunner] Finished test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:24.495 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:24.496 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:24.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:24.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:24.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:24.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:739): Gtk-WARNING **: 08:13:24.510: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.519: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.522: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.523: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.524: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.533: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.534: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.535: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.536: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.537: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.538: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.539: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.554: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.564: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.565: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.566: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.567: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.574: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.574: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.576: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.576: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.578: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.579: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.579: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.585: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.586: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.586: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.587: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.587: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.587: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.588: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.589: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.589: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.589: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.596: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.596: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.596: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.596: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.598: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.598: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.598: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.598: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.599: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.600: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.600: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.600: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:24.600: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:13:24.603 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item text: Expand Item: 1 08:13:24.603 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 08:13:24.603 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:24.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:24.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:24.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:24.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:24.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:24.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:24.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:24.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:24.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 08:13:24.633 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 08:13:24.634 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:13:25.634 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 08:13:25.634 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 08:13:25.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:25.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:25.635 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:25.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:25.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:13:25.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:13:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:25.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 08:13:25.635 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:25.639 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:25.639 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 08:13:25.639 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:25.640 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:25.640 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:25.640 INFO [main][AbstractShell] Close shell Testing shell 08:13:25.640 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:25.675 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:25.675 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:25.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:25.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:25.676 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:25.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:25.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:25.685 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:25.685 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:25.685 INFO [WorkbenchTestable][RequirementsRunner] Started test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:25.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:25.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:25.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:25.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:739): Gtk-WARNING **: 08:13:25.706: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.715: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.716: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.717: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.718: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.725: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.725: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.726: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.726: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.727: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.728: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.728: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.739: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.746: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.748: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.749: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.750: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.757: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.757: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.758: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.759: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.760: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.761: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.761: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.768: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.768: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.769: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.770: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.770: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.770: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.771: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.773: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.773: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.773: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.779: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.780: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.780: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.780: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.782: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.782: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.782: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.783: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.784: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.785: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.785: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.785: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.785: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:13:25.788 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 08:13:25.788 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:25.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:25.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:25.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:25.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:25.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:25.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:25.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:25.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:25.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:13:25.814 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:25.814 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 08:13:25.814 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:25.814 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:25.814 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:25.814 INFO [main][AbstractShell] Close shell Testing shell 08:13:25.814 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:25.842 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:25.842 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:25.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:25.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:25.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:25.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:25.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:25.868 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:25.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:25.868 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:25.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:25.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:25.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:25.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:739): Gtk-WARNING **: 08:13:25.888: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.896: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.897: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.898: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.907: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.915: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.916: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.917: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.917: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.918: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.919: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.919: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.932: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.942: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.944: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.946: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.947: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.955: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.956: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.957: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.957: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.958: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.960: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.960: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.969: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.970: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.970: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.972: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.972: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.972: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.973: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.974: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.975: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.975: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.981: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.982: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.982: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.982: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.984: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.984: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.984: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.984: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.985: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.986: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.987: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.987: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:25.987: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:13:25.991 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 3 Expand Bar Item index: 1 08:13:25.991 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 08:13:25.991 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:26.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:26.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:26.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:26.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:26.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:26.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:13:26.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:13:26.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:13:26.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:13:27.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:13:27.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:13:27.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:27.028 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 3 was not found 08:13:27.028 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:27.028 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 08:13:27.028 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:27.028 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:27.028 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:27.028 INFO [main][AbstractShell] Close shell Testing shell 08:13:27.028 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:27.059 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:27.059 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:27.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:27.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:27.059 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:27.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:27.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:27.067 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:27.067 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:27.067 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:27.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:27.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:27.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:27.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:739): Gtk-WARNING **: 08:13:27.082: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.089: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.090: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.091: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.092: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.097: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.098: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.099: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.099: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.100: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.101: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.101: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.110: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.117: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.118: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.119: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.120: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.127: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.127: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.128: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.128: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.129: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.130: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.130: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.138: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.139: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.139: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.141: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.141: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.141: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.143: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.144: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.145: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.145: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.151: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.152: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.152: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.152: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.153: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.153: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.154: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.154: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.155: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.156: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.156: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.156: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:739): Gtk-WARNING **: 08:13:27.156: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 08:13:27.159 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 0 Expand Bar Item text: NON_EXISTING_#$ 08:13:27.159 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 08:13:27.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:27.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:27.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:27.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:27.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:27.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:27.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:27.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:27.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:27.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 08:13:27.182 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:27.182 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 08:13:27.182 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:27.182 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:27.182 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:27.182 INFO [main][AbstractShell] Close shell Testing shell 08:13:27.183 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:27.203 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:27.204 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:27.204 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:27.204 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:27.204 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:27.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:27.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:27.210 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 08:13:27.210 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 08:13:27.210 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:27.210 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:27.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:27.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.914 s - in org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.183 s collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.687 s findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.158 s expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.157 s findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.189 s getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.183 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.199 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.143 s Running org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:27.222 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:27.223 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:27.223 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:27.224 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:27.224 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:27.224 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:27.228 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:27.228 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:27.228 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:27.228 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:27.229 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:27.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:27.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:27.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:27.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:27.241 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') 08:13:27.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:27.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:27.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:27.261 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:27.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:27.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:27.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:27.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:27.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:13:27.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:27.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:27.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:13:27.264 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:27.264 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 08:13:27.264 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:27.264 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:27.264 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:27.264 INFO [main][AbstractShell] Close shell Testing shell 08:13:27.264 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:27.270 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:27.270 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:27.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:27.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:27.270 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:27.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:27.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:27.278 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:27.278 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:27.278 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:27.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:27.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:27.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:27.278 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:27.319 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 08:13:27.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:27.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:27.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:27.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:27.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:27.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:27.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:27.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:27.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:27.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:13:27.343 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:27.344 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 08:13:27.344 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:27.344 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:27.344 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:27.344 INFO [main][AbstractShell] Close shell Testing shell 08:13:27.344 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:27.348 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:27.348 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:27.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:27.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:27.349 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:27.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:27.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:27.357 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:27.357 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:27.357 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:27.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:27.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:27.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:27.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:27.380 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 08:13:27.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:27.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:27.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:27.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:27.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:27.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:27.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:27.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:27.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:27.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:13:27.413 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 08:13:27.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:27.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:27.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:27.413 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:27.413 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:27.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:27.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:27.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:27.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:27.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:13:27.413 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 08:13:27.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:27.414 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:27.414 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:27.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:13:27.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:13:27.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:27.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 2 was found 08:13:27.414 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:27.414 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 08:13:27.414 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:27.414 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:27.414 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:27.414 INFO [main][AbstractShell] Close shell Testing shell 08:13:27.414 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:27.418 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:27.418 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:27.418 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:27.418 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:27.418 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:27.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:27.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:27.425 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:27.425 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:27.425 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:27.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:27.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:27.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:27.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:27.443 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 08:13:27.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:27.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:27.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:27.459 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:27.459 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:27.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:27.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:27.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:27.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:27.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:13:27.460 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:27.461 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 08:13:27.461 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:27.461 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:27.461 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:27.461 INFO [main][AbstractShell] Close shell Testing shell 08:13:27.461 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:27.464 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:27.464 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:27.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:27.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:27.464 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:27.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:27.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:27.471 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:27.471 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:27.471 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:27.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:27.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:27.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:27.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:27.478 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 08:13:27.478 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:27.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:27.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:27.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:27.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:27.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:27.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 08:13:27.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 08:13:28.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 08:13:28.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 08:13:28.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 08:13:28.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 08:13:28.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:28.523 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 11 was not found 08:13:28.523 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:28.523 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 08:13:28.523 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:28.523 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:28.523 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:28.523 INFO [main][AbstractShell] Close shell Testing shell 08:13:28.523 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:28.528 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:28.528 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:28.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:28.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:28.528 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:28.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:28.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:28.554 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:28.554 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:28.554 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:28.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:28.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:28.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:28.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:28.561 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") 08:13:28.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:28.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:28.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:28.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:28.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:28.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:28.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:28.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:28.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:28.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:13:28.583 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:28.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 08:13:28.583 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:28.583 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:28.583 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:28.584 INFO [main][AbstractShell] Close shell Testing shell 08:13:28.584 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:28.588 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:28.588 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:28.588 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:28.588 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:28.588 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:28.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:28.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:28.597 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:28.598 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:28.598 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:28.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:28.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:28.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:28.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:28.604 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") 08:13:28.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:28.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:28.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:28.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:28.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:28.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:28.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:28.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:29.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:29.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:29.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:29.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:29.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:29.633 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was not found 08:13:29.633 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:29.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 08:13:29.633 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:29.633 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:29.633 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:29.633 INFO [main][AbstractShell] Close shell Testing shell 08:13:29.633 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:29.637 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:29.637 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:29.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:29.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:29.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:29.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:29.643 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:29.643 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:29.644 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:29.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:29.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:29.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:29.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:29.650 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 08:13:29.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:29.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:29.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:29.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:29.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:29.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:29.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:29.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:29.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 08:13:29.672 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:29.672 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 08:13:29.672 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:29.672 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:29.672 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:29.672 INFO [main][AbstractShell] Close shell Testing shell 08:13:29.672 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:29.675 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:29.675 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:29.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:29.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:29.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:29.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:29.682 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 08:13:29.682 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 08:13:29.682 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:29.682 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:29.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.475 s - in org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.049 s findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.079 s hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.068 s getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.046 s findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.083 s findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.043 s findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.045 s getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.038 s Running org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:13:29.703 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:13:29.704 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:29.704 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:29.704 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:13:29.704 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:29.704 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:29.705 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:29.705 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:29.705 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:29.705 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:29.705 INFO [WorkbenchTestable][RequirementsRunner] Started test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 08:13:29.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:13:29.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:29.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:29.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:29.715 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") 08:13:29.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:29.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:29.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:29.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:29.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:29.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:29.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:29.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:29.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:29.733 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") 08:13:29.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:29.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:29.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:29.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:29.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:29.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:29.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:29.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:29.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:29.735 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:29.735 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 08:13:29.735 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:29.735 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:29.735 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:29.735 INFO [main][AbstractShell] Close shell Testing shell 08:13:29.735 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:29.739 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:29.739 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:29.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:13:29.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:29.739 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:29.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:29.747 INFO [WorkbenchTestable][RequirementsRunner] Finished test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 08:13:29.747 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 08:13:29.747 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:29.747 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:29.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) Time elapsed: 0.042 s Running org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:13:29.757 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:13:29.765 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:29.766 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:29.766 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:13:29.766 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:29.766 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:29.766 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:29.766 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:29.767 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:29.767 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:29.767 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 08:13:29.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:13:29.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:29.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:29.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:29.878 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) 08:13:29.878 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:29.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:29.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:29.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:29.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:29.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:29.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:29.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:29.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:29.914 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) 08:13:29.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:29.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:29.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:29.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:29.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:29.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:29.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:29.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:29.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:13:29.915 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) 08:13:29.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:29.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:29.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:29.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:29.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:29.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:13:29.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:13:29.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:29.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:13:29.916 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") 08:13:29.916 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:29.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:29.916 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:29.916 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:29.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:29.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:29.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:29.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:29.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:29.918 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:29.918 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") 08:13:29.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:29.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:29.919 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:29.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:29.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:29.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:29.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:29.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:29.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:29.925 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:29.925 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") 08:13:29.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:29.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:29.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:29.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:29.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:29.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:29.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:29.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:29.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:29.926 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:29.927 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONB 08:13:29.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:29.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:29.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:29.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:29.927 TRACE [main][WidgetHandler] Notify Button with event 27 08:13:29.927 TRACE [main][WidgetHandler] Wait for synchronization 08:13:29.927 TRACE [main][WidgetHandler] Notify Button with event 13 08:13:29.927 TRACE [main][WidgetHandler] Wait for synchronization 08:13:29.927 TRACE [main][WidgetHandler] Notify Button with event 26 08:13:29.927 TRACE [main][WidgetHandler] Wait for synchronization 08:13:29.927 TRACE [main][WidgetHandler] Notify Button with event 3 08:13:29.927 TRACE [main][WidgetHandler] Wait for synchronization 08:13:29.927 TRACE [main][WidgetHandler] Notify Button with event 4 08:13:29.927 TRACE [main][WidgetHandler] Wait for synchronization 08:13:29.927 TRACE [main][WidgetHandler] Notify Button with event 13 08:13:29.927 TRACE [main][WidgetHandler] Wait for synchronization 08:13:29.929 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONC 08:13:29.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:29.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:29.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:29.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:29.930 TRACE [main][WidgetHandler] Notify Button with event 27 08:13:29.930 TRACE [main][WidgetHandler] Wait for synchronization 08:13:29.930 TRACE [main][WidgetHandler] Notify Button with event 13 08:13:29.930 TRACE [main][WidgetHandler] Wait for synchronization 08:13:29.930 TRACE [main][WidgetHandler] Notify Button with event 26 08:13:29.930 TRACE [main][WidgetHandler] Wait for synchronization 08:13:29.930 TRACE [main][WidgetHandler] Notify Button with event 3 08:13:29.930 TRACE [main][WidgetHandler] Wait for synchronization 08:13:29.930 TRACE [main][WidgetHandler] Notify Button with event 4 08:13:29.930 TRACE [main][WidgetHandler] Wait for synchronization 08:13:29.930 TRACE [main][WidgetHandler] Notify Button with event 13 08:13:29.930 TRACE [main][WidgetHandler] Wait for synchronization 08:13:29.931 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:29.931 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 08:13:29.931 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:29.931 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:29.931 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:29.931 INFO [main][AbstractShell] Close shell Testing shell 08:13:29.931 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:29.938 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:29.938 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:29.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:13:29.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:29.938 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:29.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:29.946 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 08:13:29.946 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 08:13:29.946 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:29.946 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:29.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:29.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 s - in org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) Time elapsed: 0.179 s Running org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:29.953 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:29.954 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:29.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:29.954 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:29.954 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:29.954 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:29.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:29.963 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:29.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:29.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:29.963 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:29.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:29.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:29.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:29.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:30.013 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) 08:13:30.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:30.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.034 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:30.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:30.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:30.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:30.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:30.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:13:30.035 INFO [WorkbenchTestable][ToggleButton] Checking Toggle Button TOOGLE-BUTTON1 08:13:30.035 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON1 08:13:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:30.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:30.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:30.036 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 08:13:30.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:30.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:30.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:30.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:30.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:30.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:30.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:30.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:30.036 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:30.037 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) 08:13:30.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:30.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.037 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:30.037 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:30.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:30.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:30.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:30.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:30.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:30.038 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:13:30.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:30.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:30.038 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:30.038 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:30.039 DEBUG [WorkbenchTestable][ToggleButton] Toggle Button TOOGLE-BUTTON1 already checked, no action performed 08:13:30.039 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:30.039 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 08:13:30.039 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:30.039 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:30.039 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:30.039 INFO [main][AbstractShell] Close shell Testing shell 08:13:30.039 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:30.045 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:30.045 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:30.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:30.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:30.046 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:30.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.067 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:30.067 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:30.067 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:30.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:30.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:30.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:30.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:30.085 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") 08:13:30.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:30.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:30.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:30.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:30.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:30.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:30.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:30.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:30.130 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:13:30.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:30.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:30.131 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:30.131 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:30.131 TRACE [main][WidgetHandler] Notify Button with event 27 08:13:30.131 TRACE [main][WidgetHandler] Wait for synchronization 08:13:30.131 TRACE [main][WidgetHandler] Notify Button with event 13 08:13:30.131 TRACE [main][WidgetHandler] Wait for synchronization 08:13:30.131 TRACE [main][WidgetHandler] Notify Button with event 26 08:13:30.131 TRACE [main][WidgetHandler] Wait for synchronization 08:13:30.131 TRACE [main][WidgetHandler] Notify Button with event 3 08:13:30.131 TRACE [main][WidgetHandler] Wait for synchronization 08:13:30.131 TRACE [main][WidgetHandler] Notify Button with event 4 08:13:30.131 TRACE [main][WidgetHandler] Wait for synchronization 08:13:30.131 TRACE [main][WidgetHandler] Notify Button with event 13 08:13:30.131 TRACE [main][WidgetHandler] Wait for synchronization 08:13:30.131 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 08:13:30.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:30.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:30.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:30.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:30.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:30.132 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:30.133 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:30.133 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 08:13:30.133 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:30.134 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:30.134 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:30.134 INFO [main][AbstractShell] Close shell Testing shell 08:13:30.134 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:30.141 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:30.141 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:30.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:30.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:30.141 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:30.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.162 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:30.162 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:30.163 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:30.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:30.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:30.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:30.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:30.180 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") 08:13:30.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:30.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:30.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:30.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:30.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:30.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:30.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:30.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:30.204 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 08:13:30.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:30.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:30.204 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:30.204 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:30.205 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 08:13:30.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:30.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:30.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:30.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:30.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:30.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:30.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:30.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:30.205 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:30.206 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:30.206 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 08:13:30.206 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:30.206 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:30.206 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:30.207 INFO [main][AbstractShell] Close shell Testing shell 08:13:30.207 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:30.212 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:30.213 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:30.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:30.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:30.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:30.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.220 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:30.220 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:30.220 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:30.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:30.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:30.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:30.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:30.239 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) 08:13:30.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:30.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:30.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:30.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:30.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:13:30.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:13:30.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:30.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:13:30.267 INFO [WorkbenchTestable][AbstractButton] Click button 08:13:30.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:30.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:30.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:30.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:30.267 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 08:13:30.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:30.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:30.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:30.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:30.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:30.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:30.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:30.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:30.268 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:30.269 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:30.269 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 08:13:30.269 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:30.270 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:30.270 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:30.270 INFO [main][AbstractShell] Close shell Testing shell 08:13:30.270 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:30.276 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:30.276 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:30.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:30.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:30.276 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:30.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.296 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:30.296 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:30.296 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:30.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:30.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:30.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:30.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:30.319 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") 08:13:30.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:30.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:30.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:30.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:30.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:30.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:30.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:30.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:30.343 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:13:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:30.343 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:30.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:30.344 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 08:13:30.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:30.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:30.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:30.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:30.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:30.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:30.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:30.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:30.344 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:30.345 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:30.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 08:13:30.345 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:30.346 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:30.346 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:30.346 INFO [main][AbstractShell] Close shell Testing shell 08:13:30.346 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:30.352 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:30.352 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:30.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:30.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:30.352 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:30.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.359 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:30.359 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:30.359 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:30.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:30.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:30.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:30.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:30.377 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) 08:13:30.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:30.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:30.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:30.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:30.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:30.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:30.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:30.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:13:30.416 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 08:13:30.416 INFO [WorkbenchTestable][CheckBox] Check checkbox CHECK-BOX1 08:13:30.416 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:13:30.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:30.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:30.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:30.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:30.416 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 08:13:30.416 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:30.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.417 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:30.417 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:30.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:30.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:30.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:30.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:30.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:30.417 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:30.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) 08:13:30.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:30.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:30.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:30.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:30.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:30.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:30.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:30.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:30.419 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:13:30.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:30.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:30.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:30.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:30.420 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 08:13:30.420 DEBUG [WorkbenchTestable][CheckBox] Checkbox CHECK-BOX1 already selected, no action performed 08:13:30.420 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:30.420 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 08:13:30.420 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:30.420 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:30.420 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:30.420 INFO [main][AbstractShell] Close shell Testing shell 08:13:30.420 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:30.426 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:30.427 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:30.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:30.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:30.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.446 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:30.446 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:30.446 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:30.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:30.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:30.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:30.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:30.464 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) 08:13:30.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:30.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:30.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:30.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:30.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:30.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:30.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:13:30.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:13:30.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:13:30.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:13:31.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:13:31.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:13:31.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:31.495 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 08:13:31.495 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:31.495 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 08:13:31.495 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:31.495 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:31.495 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:31.495 INFO [main][AbstractShell] Close shell Testing shell 08:13:31.495 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:31.502 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:31.502 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:31.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:31.502 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:31.502 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:31.512 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:31.512 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:31.512 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:31.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:31.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:31.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:31.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:31.551 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") 08:13:31.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:31.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:31.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:31.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:31.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:31.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:31.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:31.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:32.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:32.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:32.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:32.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:32.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:32.583 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:13:32.583 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:32.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 08:13:32.583 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:32.583 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:32.583 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:32.583 INFO [main][AbstractShell] Close shell Testing shell 08:13:32.583 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:32.590 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:32.590 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:32.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:32.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:32.590 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:32.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:32.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:32.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:32.612 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:32.612 INFO [WorkbenchTestable][RequirementsRunner] Started test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:32.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:32.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:32.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:32.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:32.635 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") 08:13:32.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:32.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:32.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:32.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:32.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:32.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:32.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:32.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:32.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:32.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:32.661 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:13:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:32.661 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:32.661 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:32.662 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 08:13:32.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:32.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:32.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:32.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:32.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:32.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:32.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:32.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:32.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:32.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:32.663 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:32.669 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:32.669 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 08:13:32.669 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:32.669 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:32.669 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:32.669 INFO [main][AbstractShell] Close shell Testing shell 08:13:32.669 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:32.677 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:32.677 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:32.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:32.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:32.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:32.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:32.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:32.685 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:32.685 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:32.685 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:32.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:32.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:32.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:32.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:32.702 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') 08:13:32.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:32.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:32.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:32.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:32.737 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:32.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:32.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:32.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:13:32.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:13:32.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:13:32.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:32.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:32.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:32.739 INFO [WorkbenchTestable][AbstractButton] Click button 08:13:32.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:32.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:32.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:32.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:32.739 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 08:13:32.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:32.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:32.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:32.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:32.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:32.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:32.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:32.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:32.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:32.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:32.740 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:32.741 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:32.741 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 08:13:32.741 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:32.742 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:32.742 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:32.742 INFO [main][AbstractShell] Close shell Testing shell 08:13:32.742 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:32.750 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:32.750 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:32.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:32.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:32.750 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:32.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:32.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:32.758 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:32.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:32.758 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:32.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:32.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:32.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:32.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:32.788 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) 08:13:32.788 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:32.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:32.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:32.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:32.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:32.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:32.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:32.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:32.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:13:32.814 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:13:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:32.814 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:32.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:32.815 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 08:13:32.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:32.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:32.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:32.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:32.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:32.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:32.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:32.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:32.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:32.816 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:32.817 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:32.817 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 08:13:32.817 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:32.818 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:32.818 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:32.818 INFO [main][AbstractShell] Close shell Testing shell 08:13:32.818 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:32.826 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:32.826 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:32.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:32.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:32.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:32.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:32.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:32.850 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:32.850 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:32.850 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:32.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:32.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:32.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:32.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:32.871 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) 08:13:32.871 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:32.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:32.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:32.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:32.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:32.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:32.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:13:32.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:13:33.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:13:33.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:13:33.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:13:33.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:13:33.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:33.900 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 08:13:33.901 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:33.901 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 08:13:33.901 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:33.901 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:33.901 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:33.901 INFO [main][AbstractShell] Close shell Testing shell 08:13:33.901 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:33.909 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:33.909 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:33.909 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:33.909 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:33.909 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:33.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:33.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:33.918 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:33.918 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:33.918 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:33.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:33.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:33.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:33.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:33.937 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") 08:13:33.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:33.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:33.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:33.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:33.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:33.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:33.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:33.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:34.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:34.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:34.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:34.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:34.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:34.971 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:13:34.971 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:34.971 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 08:13:34.971 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:34.971 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:34.971 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:34.971 INFO [main][AbstractShell] Close shell Testing shell 08:13:34.971 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:34.979 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:34.979 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:34.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:34.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:34.979 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:34.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:34.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:34.987 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:34.987 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:34.987 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:34.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:34.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:34.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:34.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:35.005 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) 08:13:35.005 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:35.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:35.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:35.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:35.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:35.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:35.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:13:35.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:13:35.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:13:35.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:13:36.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:13:36.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:13:36.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:36.045 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 08:13:36.045 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:36.046 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 08:13:36.046 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:36.046 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:36.046 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:36.046 INFO [main][AbstractShell] Close shell Testing shell 08:13:36.046 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:36.054 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:36.054 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:36.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:36.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:36.054 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:36.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:36.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:36.077 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:36.077 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:36.077 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:36.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:36.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:36.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:36.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:36.097 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") 08:13:36.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:36.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:36.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:36.121 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:36.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:36.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:36.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:36.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:36.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:36.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:37.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:37.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:37.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:37.126 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:13:37.126 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:37.126 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 08:13:37.126 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:37.126 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:37.126 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:37.126 INFO [main][AbstractShell] Close shell Testing shell 08:13:37.126 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:37.134 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:37.134 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:37.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:37.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:37.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:37.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:37.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:37.170 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:37.171 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:37.171 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:37.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:37.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:37.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:37.171 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:37.189 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") 08:13:37.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:37.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:37.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:37.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:37.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:37.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:37.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:37.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:37.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:37.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:37.217 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:13:37.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:37.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:37.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:37.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:37.218 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 08:13:37.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:37.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:37.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:37.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:37.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:37.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:37.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:37.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:37.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:37.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:37.219 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:37.220 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:37.220 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 08:13:37.220 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:37.221 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:37.221 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:37.221 INFO [main][AbstractShell] Close shell Testing shell 08:13:37.221 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:37.229 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:37.229 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:37.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:37.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:37.230 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:37.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:37.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:37.238 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:37.238 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:37.238 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:37.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:37.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:37.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:37.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:37.269 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) 08:13:37.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:37.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:37.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:37.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:37.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:37.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:37.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:13:37.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 08:13:37.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:13:37.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 08:13:38.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:13:38.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 08:13:38.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:38.298 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 6 was not found 08:13:38.298 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:38.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 08:13:38.298 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:38.299 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:38.299 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:38.299 INFO [main][AbstractShell] Close shell Testing shell 08:13:38.299 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:38.306 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:38.306 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:38.306 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.306 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:38.306 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:38.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.314 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.314 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:38.314 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:38.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:38.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:38.333 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) 08:13:38.333 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:38.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:38.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:13:38.363 INFO [WorkbenchTestable][RadioButton] Select radio button RADIO-BUTTON1 08:13:38.363 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:13:38.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:38.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:38.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:38.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:38.363 TRACE [main][WidgetHandler] Notify Button with event 27 08:13:38.363 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.364 TRACE [main][WidgetHandler] Notify Button with event 13 08:13:38.364 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.364 TRACE [main][WidgetHandler] Notify Button with event 26 08:13:38.364 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.364 TRACE [main][WidgetHandler] Notify Button with event 3 08:13:38.364 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.364 TRACE [main][WidgetHandler] Notify Button with event 4 08:13:38.364 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.364 TRACE [main][WidgetHandler] Notify Button with event 13 08:13:38.364 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.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 08:13:38.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:38.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:38.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:38.365 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:38.366 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) 08:13:38.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:38.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:38.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:38.371 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 08:13:38.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:38.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:38.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:38.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:38.372 DEBUG [WorkbenchTestable][RadioButton] Radio Button RADIO-BUTTON1 already checked, no action performed 08:13:38.372 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:38.372 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 08:13:38.372 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:38.372 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:38.372 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:38.372 INFO [main][AbstractShell] Close shell Testing shell 08:13:38.372 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:38.379 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:38.379 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:38.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:38.379 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:38.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.385 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.385 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:38.385 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:38.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:38.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:38.403 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') 08:13:38.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:38.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:13:38.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:13:38.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:13:38.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:38.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:38.432 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 08:13:38.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:38.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:38.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:38.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:38.432 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 08:13:38.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:38.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:38.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:38.433 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:38.434 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:38.434 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 08:13:38.434 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:38.435 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:38.435 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:38.435 INFO [main][AbstractShell] Close shell Testing shell 08:13:38.435 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:38.442 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:38.442 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:38.442 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.442 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:38.442 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:38.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.450 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.450 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:38.450 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:38.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:38.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:38.468 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') 08:13:38.468 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.496 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:38.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:13:38.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:13:38.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:38.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:38.510 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:13:38.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:38.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:38.510 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:38.510 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:38.510 TRACE [main][WidgetHandler] Notify Button with event 27 08:13:38.510 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.510 TRACE [main][WidgetHandler] Notify Button with event 13 08:13:38.510 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.510 TRACE [main][WidgetHandler] Notify Button with event 26 08:13:38.510 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.510 TRACE [main][WidgetHandler] Notify Button with event 3 08:13:38.510 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.510 TRACE [main][WidgetHandler] Notify Button with event 4 08:13:38.510 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.510 TRACE [main][WidgetHandler] Notify Button with event 13 08:13:38.510 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.510 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 08:13:38.511 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:38.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:38.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:38.512 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:38.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: 16) 08:13:38.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:38.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:38.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:38.514 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) 08:13:38.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:13:38.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:13:38.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:13:38.516 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:38.516 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 08:13:38.516 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:38.516 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:38.516 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:38.516 INFO [main][AbstractShell] Close shell Testing shell 08:13:38.516 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:38.523 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:38.523 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:38.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:38.523 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:38.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.545 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.545 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:38.545 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:38.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:38.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:38.563 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) 08:13:38.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:38.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:38.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 08:13:38.588 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 08:13:38.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:38.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:38.589 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:38.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:38.589 TRACE [main][WidgetHandler] Notify Button with event 27 08:13:38.589 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.589 TRACE [main][WidgetHandler] Notify Button with event 13 08:13:38.589 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.589 TRACE [main][WidgetHandler] Notify Button with event 26 08:13:38.589 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.589 TRACE [main][WidgetHandler] Notify Button with event 3 08:13:38.589 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.589 TRACE [main][WidgetHandler] Notify Button with event 4 08:13:38.589 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.589 TRACE [main][WidgetHandler] Notify Button with event 13 08:13:38.589 TRACE [main][WidgetHandler] Wait for synchronization 08:13:38.589 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 08:13:38.589 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:38.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:38.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:38.590 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:38.591 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) 08:13:38.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:38.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:38.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:38.592 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) 08:13:38.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:13:38.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:13:38.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:13:38.593 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:38.594 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 08:13:38.594 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:38.594 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:38.594 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:38.594 INFO [main][AbstractShell] Close shell Testing shell 08:13:38.594 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:38.600 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:38.601 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:38.601 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.601 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:38.601 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:38.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.607 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.607 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:38.607 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:38.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:38.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:38.626 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) 08:13:38.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:13:38.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:13:38.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:13:38.657 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 08:13:38.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:38.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:38.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:38.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:38.658 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 08:13:38.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:38.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:38.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:38.663 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:38.664 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:38.664 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 08:13:38.664 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:38.665 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:38.665 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:38.665 INFO [main][AbstractShell] Close shell Testing shell 08:13:38.665 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:38.671 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:38.671 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:38.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:38.672 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:38.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.678 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:38.679 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:38.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:38.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:38.707 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) 08:13:38.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.743 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:13:38.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:13:38.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 08:13:38.744 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 08:13:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:38.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:38.744 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:38.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:38.745 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 08:13:38.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:38.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:38.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:38.745 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:38.752 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:38.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 08:13:38.752 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:38.753 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:38.753 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:38.753 INFO [main][AbstractShell] Close shell Testing shell 08:13:38.753 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:38.761 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:38.761 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:38.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:38.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:38.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.783 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.783 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:38.783 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:38.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:38.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:38.809 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') 08:13:38.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:38.835 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:13:38.835 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:13:38.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:38.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:38.835 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 08:13:38.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:38.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:38.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:38.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:38.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 08:13:38.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:38.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:38.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:38.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:38.837 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:38.838 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:38.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 08:13:38.838 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:38.839 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:38.839 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:38.839 INFO [main][AbstractShell] Close shell Testing shell 08:13:38.839 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:38.846 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:38.846 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:38.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:38.846 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:38.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.870 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.870 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:38.871 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:38.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:38.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:38.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:38.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:38.888 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) 08:13:38.888 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:38.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:38.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:38.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:38.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:38.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:38.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:13:38.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:13:39.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:13:39.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:13:39.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:13:39.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:13:39.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:39.944 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 08:13:39.944 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:39.945 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 08:13:39.945 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:39.945 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:39.945 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:39.945 INFO [main][AbstractShell] Close shell Testing shell 08:13:39.945 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:39.953 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:39.953 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:39.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:39.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:39.953 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:39.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:39.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:39.961 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:39.961 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:39.961 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:39.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:39.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:39.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:39.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:39.992 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@") 08:13:39.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:40.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:40.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:40.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:40.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:40.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:40.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:40.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:40.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:40.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:41.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:41.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:41.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:41.022 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:13:41.022 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:41.022 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 08:13:41.022 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:41.022 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:41.022 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:41.023 INFO [main][AbstractShell] Close shell Testing shell 08:13:41.023 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:41.030 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:41.030 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:41.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:41.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:41.030 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:41.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:41.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:41.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:41.038 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:41.038 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:41.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:41.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:41.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:41.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:41.056 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') 08:13:41.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:41.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:41.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:41.083 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:41.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:41.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:41.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:41.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:13:41.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:13:41.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 08:13:41.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:41.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:41.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:41.084 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 08:13:41.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:41.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:41.084 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:41.084 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:41.084 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 08:13:41.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:41.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:41.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:41.084 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:41.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:41.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:41.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:41.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:41.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:41.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:41.085 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:41.086 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:41.086 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 08:13:41.086 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:41.087 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:41.087 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:41.087 INFO [main][AbstractShell] Close shell Testing shell 08:13:41.087 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:41.093 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:41.093 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:41.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:41.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:41.093 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:41.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:41.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:41.114 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 08:13:41.114 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 08:13:41.114 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:41.114 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:41.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:41.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.162 s - in org.eclipse.reddeer.swt.test.impl.button.ButtonTest toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.104 s findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.095 s findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.057 s findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.076 s findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.063 s toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.087 s findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.066 s findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.1 s findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.073 s findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.073 s findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.092 s findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.068 s findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.069 s findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.09 s findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.093 s findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.067 s findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.076 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.095 s findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.062 s findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.071 s findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.104 s findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.087 s findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.09 s findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.077 s findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.076 s Running org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:13:41.121 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:13:41.121 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:41.122 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:41.122 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:13:41.122 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:41.122 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:41.122 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:41.122 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:41.122 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:41.123 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:41.123 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:13:41.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:13:41.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:41.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:41.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:41.169 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) 08:13:41.169 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:41.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:41.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:41.169 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:41.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:41.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:41.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:41.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:41.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:41.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:42.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:13:42.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:13:42.173 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:13:42.173 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:42.173 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 08:13:42.173 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:42.173 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:42.173 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:42.173 INFO [main][AbstractShell] Close shell Testing shell 08:13:42.173 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:42.183 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:42.183 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:42.183 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:13:42.183 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.183 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:42.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:13:42.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:42.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:13:42.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:13:42.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:42.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:42.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:42.239 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) 08:13:42.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:42.240 INFO [WorkbenchTestable][AbstractButton] Click button &OK 08:13:42.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:42.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:42.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:42.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:42.241 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 08:13:42.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:42.247 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:42.249 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) 08:13:42.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:42.250 INFO [WorkbenchTestable][AbstractButton] Click button &Cancel 08:13:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:42.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:42.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:42.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:42.252 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) 08:13:42.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:42.254 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:13:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:42.254 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:42.254 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:42.255 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) 08:13:42.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:42.258 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 08:13:42.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:42.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:42.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:42.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:42.261 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) 08:13:42.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.261 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:42.262 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 08:13:42.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:42.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:42.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:42.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:42.263 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) 08:13:42.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.263 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.263 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:42.265 INFO [WorkbenchTestable][AbstractButton] Click button &No 08:13:42.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:42.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:42.265 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:42.265 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:42.265 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) 08:13:42.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:13:42.268 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:13:42.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:13:42.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:13:42.268 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:13:42.268 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:13:42.269 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:42.269 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 08:13:42.269 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:42.269 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:42.269 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:42.269 INFO [main][AbstractShell] Close shell Testing shell 08:13:42.269 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:42.280 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:42.280 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:42.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:13:42.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:42.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.302 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 08:13:42.302 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 08:13:42.302 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.302 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:42.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.182 s - in org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 1.067 s testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 0.112 s Running org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.306 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.307 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:42.307 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:42.307 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.307 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:42.307 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:42.308 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:42.308 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:42.308 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:42.308 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:42.308 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:13:42.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:42.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:42.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:42.323 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 08:13:42.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.346 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.346 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:42.346 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:42.350 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") 08:13:42.350 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.351 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.355 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 08:13:42.355 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:13:42.356 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:42.356 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.356 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:42.356 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.356 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") 08:13:42.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.358 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 08:13:42.358 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:13:42.358 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:42.358 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.358 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:42.358 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.358 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") 08:13:42.358 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.359 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 08:13:42.359 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:13:42.359 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:42.359 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.359 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:42.359 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.359 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") 08:13:42.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.360 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:13:42.362 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:13:42.362 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:42.362 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.362 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:42.362 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.362 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") 08:13:42.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.363 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.363 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.364 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:13:42.364 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:13:42.364 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:42.364 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.364 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:42.364 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.364 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") 08:13:42.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.365 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:13:42.365 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:13:42.365 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:42.365 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.365 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:42.365 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.366 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:42.366 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 08:13:42.366 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:42.366 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:42.366 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:42.366 INFO [main][AbstractShell] Close shell Testing shell 08:13:42.366 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:42.370 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:42.370 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:42.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.371 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:42.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.377 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:13:42.377 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:42.377 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:13:42.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:42.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:42.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:42.385 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") 08:13:42.385 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.406 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") 08:13:42.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.407 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:42.407 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 08:13:42.407 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:42.407 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:42.407 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:42.407 INFO [main][AbstractShell] Close shell Testing shell 08:13:42.407 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:42.413 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:42.413 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:42.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.413 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:42.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.440 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:13:42.440 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:42.440 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:13:42.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:42.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:42.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:42.447 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") 08:13:42.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.464 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.465 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 08:13:42.465 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:42.465 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 08:13:42.465 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:42.465 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:42.466 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:42.466 INFO [main][AbstractShell] Close shell Testing shell 08:13:42.466 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:42.470 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:42.470 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:42.470 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.470 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.470 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:42.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.476 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:13:42.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:42.476 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:13:42.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:42.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:42.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:42.483 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") 08:13:42.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.506 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.506 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.507 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:13:42.507 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:42.507 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 08:13:42.507 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:42.507 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:42.507 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:42.507 INFO [main][AbstractShell] Close shell Testing shell 08:13:42.508 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:42.513 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:42.513 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:42.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:42.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.534 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:13:42.534 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:42.534 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:13:42.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:42.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:42.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:42.541 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") 08:13:42.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.559 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") 08:13:42.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.559 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.560 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:42.560 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 08:13:42.560 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:42.560 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:42.561 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:42.561 INFO [main][AbstractShell] Close shell Testing shell 08:13:42.561 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:42.565 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:42.565 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:42.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:42.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.585 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:13:42.585 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:42.585 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:13:42.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:42.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:42.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:42.592 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") 08:13:42.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.625 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") 08:13:42.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.627 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:42.627 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 08:13:42.627 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:42.627 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:42.627 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:42.627 INFO [main][AbstractShell] Close shell Testing shell 08:13:42.627 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:42.631 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:42.631 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:42.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.631 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:42.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.652 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:13:42.652 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:42.652 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:13:42.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:42.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:42.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:42.660 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 08:13:42.660 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.677 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.677 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:42.678 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:42.678 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") 08:13:42.678 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.679 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.680 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 08:13:42.680 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 08:13:42.680 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:42.680 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.680 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:42.680 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.680 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 08:13:42.680 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 08:13:42.680 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:42.680 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.680 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:42.680 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.681 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:42.681 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 08:13:42.681 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:42.681 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:42.681 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:42.681 INFO [main][AbstractShell] Close shell Testing shell 08:13:42.681 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:42.685 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:42.685 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:42.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.685 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.685 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:42.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.691 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 08:13:42.691 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 08:13:42.691 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.691 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:42.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 s - in org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.069 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.063 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.036 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.058 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.051 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.067 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.039 s Running org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:42.696 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:42.696 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:42.697 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:42.697 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:42.697 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:42.697 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:42.697 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:42.697 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:42.697 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:42.697 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:42.697 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:13:42.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:42.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:42.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:42.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:42.732 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 08:13:42.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:42.749 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:42.750 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 08:13:42.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.752 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 08:13:42.752 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:13:42.752 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:42.752 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.752 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:42.752 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.752 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 08:13:42.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:42.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:42.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:13:42.753 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 08:13:42.753 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:13:42.753 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:42.753 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.753 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:42.753 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.753 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 08:13:42.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:42.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:42.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:13:42.754 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 08:13:42.754 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:13:42.754 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:42.754 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.754 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:42.754 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.754 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 08:13:42.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.755 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:13:42.755 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 08:13:42.755 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:42.755 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.755 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:42.755 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.755 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 08:13:42.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.756 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:42.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:13:42.756 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 08:13:42.756 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 08:13:42.756 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:42.756 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.756 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:42.756 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.756 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 08:13:42.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.757 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:42.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:42.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:13:42.758 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:13:42.758 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 08:13:42.758 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:42.758 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.758 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:42.758 TRACE [main][WidgetHandler] Wait for synchronization 08:13:42.758 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:42.758 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 08:13:42.758 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:42.759 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:42.759 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:42.759 INFO [main][AbstractShell] Close shell Testing shell 08:13:42.759 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:42.762 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:42.763 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:42.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:42.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.763 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:42.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.782 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:13:42.782 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:42.782 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:13:42.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:42.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:42.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:42.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:42.814 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") 08:13:42.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.821 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.821 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") 08:13:42.821 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.821 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.822 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:42.822 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 08:13:42.822 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:42.822 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:42.822 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:42.822 INFO [main][AbstractShell] Close shell Testing shell 08:13:42.822 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:42.826 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:42.826 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:42.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:42.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:42.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.845 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:13:42.845 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:42.845 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:13:42.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:42.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:42.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:42.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:42.852 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 08:13:42.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.859 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 08:13:42.869 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:42.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 08:13:42.869 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:42.869 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:42.869 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:42.869 INFO [main][AbstractShell] Close shell Testing shell 08:13:42.869 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:42.873 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:42.873 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:42.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:42.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:42.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.894 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:13:42.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:42.894 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:13:42.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:42.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:42.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:42.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:42.914 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 08:13:42.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.921 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.921 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.922 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 08:13:42.922 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:42.922 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 08:13:42.922 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:42.922 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:42.922 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:42.922 INFO [main][AbstractShell] Close shell Testing shell 08:13:42.922 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:42.926 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:42.926 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:42.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:42.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.926 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:42.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:13:42.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:42.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:13:42.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:42.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:42.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:42.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:42.961 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 08:13:42.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.977 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:42.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:42.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:42.977 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 08:13:42.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:42.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:42.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:42.978 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:42.978 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:42.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:42.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:42.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:42.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:42.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:13:42.978 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:42.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 08:13:42.978 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:42.978 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:42.978 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:42.978 INFO [main][AbstractShell] Close shell Testing shell 08:13:42.978 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:42.982 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:42.982 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:42.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:42.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:42.982 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:43.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:43.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:43.022 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:13:43.022 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:43.022 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:13:43.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:43.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:43.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:43.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:43.030 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 08:13:43.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:43.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:43.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:43.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:43.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:43.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:43.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:43.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:43.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:43.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 08:13:43.046 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 08:13:43.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:43.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:43.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:43.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:43.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:43.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:43.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:13:43.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:13:43.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:43.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 08:13:43.047 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:43.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 08:13:43.047 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:43.047 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:43.047 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:43.047 INFO [main][AbstractShell] Close shell Testing shell 08:13:43.047 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:43.051 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:43.051 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:43.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:43.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:43.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:43.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:43.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:43.057 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:13:43.057 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:43.057 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:13:43.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:43.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:43.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:43.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:43.074 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 08:13:43.075 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:43.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:43.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:43.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:43.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:43.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:43.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:43.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:43.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:43.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:13:43.089 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:13:43.090 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 08:13:43.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:43.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:43.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:43.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:43.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:43.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:43.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:13:43.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:13:43.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:43.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 2 was found 08:13:43.091 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 08:13:43.091 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 08:13:43.092 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:43.092 TRACE [main][WidgetHandler] Wait for synchronization 08:13:43.092 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:43.092 TRACE [main][WidgetHandler] Wait for synchronization 08:13:43.092 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 08:13:43.092 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 08:13:43.092 TRACE [main][WidgetHandler] Notify Link with event 3 08:13:43.092 TRACE [main][WidgetHandler] Wait for synchronization 08:13:43.092 TRACE [main][WidgetHandler] Notify Link with event 4 08:13:43.092 TRACE [main][WidgetHandler] Wait for synchronization 08:13:43.092 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:43.092 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 08:13:43.092 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:43.093 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:43.093 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:43.093 INFO [main][AbstractShell] Close shell Testing shell 08:13:43.093 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:43.096 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:43.096 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:43.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:43.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:43.096 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:43.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:43.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:43.102 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 08:13:43.102 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 08:13:43.102 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:43.102 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:43.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:43.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s - in org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.085 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.063 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.049 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.047 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.081 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.035 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.045 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:43.107 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:43.108 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:13:43.109 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:43.109 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:43.109 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:43.109 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:13:43.109 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:43.109 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:13:43.109 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:43.109 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:43.109 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:43.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:43.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:43.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:43.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:43.133 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 08:13:43.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:43.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:43.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:43.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:43.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:43.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:43.152 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 08:13:43.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:43.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:43.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:43.153 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:43.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:43.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:43.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:43.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:43.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:43.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:43.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:43.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:43.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:13:43.153 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:43.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:43.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:43.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:43.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:13:43.657 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:43.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:43.657 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:43.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:43.657 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:43.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:13:43.658 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:43.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:44.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:44.158 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:44.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:13:44.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:44.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:44.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:13:44.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:44.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:44.161 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:44.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 08:13:44.161 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:44.162 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:44.162 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:44.162 INFO [main][AbstractShell] Close shell Testing shell 08:13:44.162 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:44.165 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:44.165 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:44.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:44.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:44.166 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:44.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:44.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:44.171 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:44.171 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:44.172 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:44.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:44.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:44.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:44.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:44.182 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 08:13:44.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:44.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:44.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:44.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:44.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:44.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:44.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:44.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:44.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:44.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:44.203 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 08:13:44.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:44.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:44.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:44.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:44.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:44.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:44.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:44.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:44.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:44.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:44.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:44.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:44.204 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:44.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 08:13:44.204 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:44.204 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:44.204 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:44.204 INFO [main][AbstractShell] Close shell Testing shell 08:13:44.204 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:44.208 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:44.208 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:44.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:44.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:44.208 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:44.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:44.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:44.214 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:44.214 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:44.214 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:44.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:44.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:44.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:44.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:44.224 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 08:13:44.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:44.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:44.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:44.251 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:44.251 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:44.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:44.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:44.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:44.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:44.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:44.253 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 08:13:44.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:44.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:44.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:44.253 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:44.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:44.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:44.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:44.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:44.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:44.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:44.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:44.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:44.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:13:44.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:44.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:44.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:44.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:44.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:13:44.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:44.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:44.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:44.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:44.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:44.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:13:44.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:44.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:45.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:45.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:45.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:13:45.262 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:45.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:45.262 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:13:45.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:45.262 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:45.263 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:45.263 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 08:13:45.263 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:45.263 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:45.263 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:45.263 INFO [main][AbstractShell] Close shell Testing shell 08:13:45.263 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:45.267 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:45.267 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:45.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:45.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:45.268 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:45.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:45.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:45.286 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:45.286 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:45.286 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:45.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:45.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:45.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:45.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:45.296 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 08:13:45.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:45.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:45.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:45.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:45.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:45.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:45.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:45.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:45.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:45.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:45.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 08:13:45.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:45.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:45.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:45.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:45.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:45.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:45.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:45.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:45.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:45.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:45.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:45.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:45.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:13:45.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:45.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:45.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:45.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:45.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:13:45.817 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:45.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:45.817 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:45.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:45.817 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:45.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:13:45.817 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:45.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:46.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:46.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:46.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:13:46.320 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:46.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:46.320 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:13:46.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:46.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:46.321 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:46.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 08:13:46.321 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:46.321 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:46.322 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:46.322 INFO [main][AbstractShell] Close shell Testing shell 08:13:46.322 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:46.325 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:46.325 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:46.325 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:46.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:46.326 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:46.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:46.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:46.332 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:46.332 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:46.332 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:46.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:46.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:46.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:46.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:46.342 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 08:13:46.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:46.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:46.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:46.361 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:46.361 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:46.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:46.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:46.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:46.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:46.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:46.363 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 08:13:46.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:46.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:46.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:46.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:46.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:46.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:46.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:46.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:46.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:46.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:46.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:46.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:46.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:13:46.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:46.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:46.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:46.865 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:46.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:13:46.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:46.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:46.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:46.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:46.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:46.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:13:46.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:46.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:47.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:47.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:47.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:13:47.370 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:47.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:47.370 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:13:47.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:47.370 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:47.371 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:47.372 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 08:13:47.372 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:47.372 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:47.372 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:47.372 INFO [main][AbstractShell] Close shell Testing shell 08:13:47.372 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:47.376 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:47.376 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:47.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:47.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:47.376 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:47.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:47.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:47.381 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:47.381 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:47.381 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:47.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:47.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:47.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:47.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:47.390 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 08:13:47.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:47.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:47.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:47.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:47.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:47.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:47.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:47.410 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 08:13:47.410 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:47.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:47.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:47.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:47.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:47.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:47.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:47.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:47.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:47.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:47.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:47.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:47.411 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AA of tree item A 08:13:47.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:47.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:47.912 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:47.914 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:47.915 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 08:13:47.915 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:47.915 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:47.915 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:47.915 INFO [main][AbstractShell] Close shell Testing shell 08:13:47.915 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:47.919 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:47.919 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:47.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:47.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:47.919 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:47.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:47.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:47.927 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:47.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:47.927 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:47.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:47.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:47.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:47.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:47.938 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 08:13:47.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:47.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:47.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:47.957 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:47.957 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:47.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:47.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:47.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:47.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:47.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:47.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 08:13:47.959 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:47.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:47.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:47.959 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:47.959 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:47.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:47.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:47.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:47.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:47.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:47.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:47.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:47.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:13:47.960 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:47.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:48.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:48.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:48.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:13:48.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:48.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:48.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:48.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:48.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:48.466 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:13:48.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:48.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:48.466 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 08:13:48.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:48.967 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 08:13:48.967 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:48.970 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item AA 08:13:48.971 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item AA 08:13:48.972 DEBUG [main][TreeItemHandler] Setting tree item AA collapsed 08:13:48.972 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 08:13:48.972 DEBUG [main][TreeEventsListener] Calling method treeCollapsed() 08:13:48.972 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: AA 08:13:48.973 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:48.973 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 08:13:48.973 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:48.973 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:48.973 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:48.973 INFO [main][AbstractShell] Close shell Testing shell 08:13:48.973 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:48.979 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:48.979 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:48.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:48.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:48.979 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:48.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:48.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:48.999 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:48.999 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:48.999 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:48.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:48.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:48.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:48.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:49.008 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 08:13:49.008 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:49.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:49.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:49.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:49.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 08:13:49.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:49.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:49.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:49.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:49.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:49.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:49.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:13:49.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:49.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:49.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:49.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:49.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:13:49.533 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:49.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:49.533 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:49.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:49.533 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:49.534 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 08:13:49.534 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item AA: 08:13:49.534 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 08:13:49.535 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:13:49.535 DEBUG [main][TreeEventsListener] It was check event: true 08:13:49.535 INFO [WorkbenchTestable][TreeItemHandler] Checked: AA 08:13:49.536 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 08:13:49.536 DEBUG [WorkbenchTestable][TreeItemHandler] UncheckTree Item AA: 08:13:49.536 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 08:13:49.536 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:13:49.536 DEBUG [main][TreeEventsListener] It was check event: true 08:13:49.536 INFO [WorkbenchTestable][TreeItemHandler] Unchecked: AA 08:13:49.537 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:49.537 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 08:13:49.537 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:49.537 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:49.537 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:49.537 INFO [main][AbstractShell] Close shell Testing shell 08:13:49.537 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:49.542 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:49.542 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:49.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:49.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:49.542 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:49.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.549 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:49.549 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:49.549 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:49.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:49.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:49.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:49.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:49.575 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 08:13:49.576 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:49.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:49.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:49.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:49.595 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 08:13:49.595 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:49.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:49.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:49.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:49.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:49.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:49.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:49.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:49.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:49.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:49.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:49.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:49.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 08:13:49.596 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:13:49.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:50.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:50.097 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:13:50.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 08:13:50.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:13:50.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:50.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 08:13:50.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:50.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:13:50.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 08:13:50.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:13:50.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:50.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:50.600 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:13:50.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 08:13:50.602 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 08:13:50.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:50.602 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 08:13:50.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:50.602 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 08:13:50.603 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:50.603 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 08:13:50.603 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:50.603 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:50.603 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:50.603 INFO [main][AbstractShell] Close shell Testing shell 08:13:50.603 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:50.607 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:50.607 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:50.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:50.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:50.607 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:50.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:50.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:50.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:50.613 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:50.613 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:50.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:50.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:50.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:50.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:50.633 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 08:13:50.633 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:50.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:50.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:50.649 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:50.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:50.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:50.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:50.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:50.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:50.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:50.651 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 08:13:50.651 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:50.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:50.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:50.651 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:50.651 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:50.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:50.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:50.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:50.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:50.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:50.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:50.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:50.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:13:50.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:50.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:51.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:51.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:51.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:13:51.154 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:51.155 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:51.155 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:13:51.155 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:51.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:51.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:51.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:13:51.658 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:51.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:51.658 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:13:51.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:51.658 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:51.658 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 08:13:51.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:51.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:51.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:51.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:51.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:51.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:51.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:51.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:51.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:51.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:51.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:51.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:51.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children... 08:13:51.659 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:13:51.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:52.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:52.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:13:52.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children finished successfully 08:13:52.160 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:13:52.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:52.160 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:13:52.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:52.160 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:13:52.160 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 08:13:52.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:52.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:52.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:52.160 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:52.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:52.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:52.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:52.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:52.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:52.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:13:52.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:52.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:52.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:13:52.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:52.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:52.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:13:52.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:52.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:13:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:52.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:13:52.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:52.162 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:13:52.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:52.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:52.162 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 08:13:52.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:52.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:52.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:52.162 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:52.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:52.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:52.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:52.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:52.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:52.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:52.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:52.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:52.162 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 08:13:52.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:52.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:52.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:52.162 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:52.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:52.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:52.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:52.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:52.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:13:52.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:52.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:52.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:13:52.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:52.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:52.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:52.164 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:13:52.164 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:13:52.165 DEBUG [main][TreeItemHandler] Set Tree selection 08:13:52.166 DEBUG [main][TreeHandler] Notify Tree about selection event 08:13:52.166 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:13:52.166 DEBUG [main][TreeEventsListener] It was check event: false 08:13:52.166 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:13:52.166 DEBUG [WorkbenchTestable][TreeItemHandler] AAA 08:13:52.166 DEBUG [WorkbenchTestable][TreeItemHandler] BB 08:13:52.166 DEBUG [WorkbenchTestable][TreeItemHandler] AAB 08:13:52.166 DEBUG [WorkbenchTestable][TreeItemHandler] C 08:13:52.167 INFO [WorkbenchTestable][AbstractTree] Unselect all tree items 08:13:52.167 DEBUG [main][TreeHandler] Unselect all tree items 08:13:52.168 DEBUG [main][TreeHandler] Notify Tree about selection event 08:13:52.168 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:13:52.168 DEBUG [main][TreeEventsListener] It was check event: false 08:13:52.168 INFO [WorkbenchTestable][TreeHandler] All tree items unselected 08:13:52.168 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:52.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 08:13:52.168 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:52.169 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:52.169 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:52.169 INFO [main][AbstractShell] Close shell Testing shell 08:13:52.169 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:52.174 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:52.174 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:52.174 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:52.174 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:52.174 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:52.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:52.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:52.202 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:52.202 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:52.202 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:52.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:52.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:52.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:52.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:52.213 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 08:13:52.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:52.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:52.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:52.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:52.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:52.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:52.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:52.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:52.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:52.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:52.231 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 08:13:52.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:52.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:52.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:52.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:52.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:52.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:52.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:52.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:52.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:52.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:52.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:52.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:52.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:52.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:52.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:52.732 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:52.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:13:52.735 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:52.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:53.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:53.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:53.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:13:53.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:53.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:53.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:13:53.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:53.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:53.239 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:53.239 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 08:13:53.239 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:53.239 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:53.239 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:53.239 INFO [main][AbstractShell] Close shell Testing shell 08:13:53.239 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:53.243 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:53.243 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:53.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:53.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:53.243 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:53.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:53.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:53.264 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:53.264 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:53.264 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:53.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:53.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:53.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:53.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:53.275 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 08:13:53.275 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:53.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:53.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:53.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:53.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:53.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:53.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:53.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:53.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:53.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:53.295 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 08:13:53.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:53.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:53.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:53.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:53.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:53.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:53.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:53.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:53.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:53.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:53.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:53.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:53.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:13:53.296 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:53.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:53.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:53.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:53.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:13:53.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:53.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:53.799 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:53.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:53.800 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:53.800 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:53.800 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 08:13:53.801 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:53.801 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:53.801 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:53.801 INFO [main][AbstractShell] Close shell Testing shell 08:13:53.801 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:53.805 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:53.805 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:53.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:53.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:53.805 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:53.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:53.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:53.824 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:53.824 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:53.824 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:53.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:53.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:53.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:53.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:53.837 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 08:13:53.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:53.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:53.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:53.861 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:53.861 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:53.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:53.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:53.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:53.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:53.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:53.864 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 08:13:53.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:53.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:53.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:53.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:53.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:53.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:53.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:13:53.865 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:53.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:54.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:54.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:13:54.368 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:54.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:54.368 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:54.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:54.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:54.368 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 08:13:54.368 DEBUG [main][TreeItemHandler] Selecting tree item: AA 08:13:54.369 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 08:13:54.369 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:13:54.369 DEBUG [main][TreeEventsListener] It was check event: false 08:13:54.369 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 08:13:54.369 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:54.369 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 08:13:54.369 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:54.369 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:54.369 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:54.370 INFO [main][AbstractShell] Close shell Testing shell 08:13:54.370 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:54.373 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:54.373 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:54.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:54.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:54.374 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:54.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:54.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:54.392 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:54.392 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:54.392 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:54.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:54.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:54.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:54.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:54.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 08:13:54.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:54.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:54.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:54.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:54.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:54.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:54.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:54.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:54.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:54.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:54.419 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 08:13:54.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:54.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:54.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:54.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:54.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:54.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:54.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:54.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:54.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:54.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:54.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:54.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:54.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:13:54.419 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:54.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:54.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:54.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:54.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:13:54.922 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:54.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:54.923 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:54.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:54.923 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:54.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:13:54.923 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:54.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:55.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:55.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:55.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:13:55.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:13:55.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:55.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:13:55.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:55.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:13:55.428 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:55.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 08:13:55.428 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:55.429 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:55.429 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:55.429 INFO [main][AbstractShell] Close shell Testing shell 08:13:55.429 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:55.434 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:55.434 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:55.434 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:55.434 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:55.434 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:55.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:55.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:55.461 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:55.461 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:55.461 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:55.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:55.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:55.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:55.461 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:55.474 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 08:13:55.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:55.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:55.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:55.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:55.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:55.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:55.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:55.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:55.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:55.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:55.498 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 08:13:55.498 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:55.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:55.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:55.498 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:55.498 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:55.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:55.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:55.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:55.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:55.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:55.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:55.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:55.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:13:55.498 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:55.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:55.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:55.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:56.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:13:56.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:56.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:56.001 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:56.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:56.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:56.002 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item AA 08:13:56.002 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 08:13:56.002 DEBUG [main][TreeItemHandler] Selecting tree item: AA 08:13:56.002 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 08:13:56.002 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 08:13:56.002 DEBUG [main][TreeEventsListener] It was check event: false 08:13:56.002 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 08:13:56.002 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:13:56.002 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:13:56.002 DEBUG [main][TreeEventsListener] Calling method handleEvent() with event type: 8 08:13:56.002 DEBUG [main][TreeEventsListener] SWT.MouseDoubleClick event was fired 08:13:56.002 DEBUG [main][TreeEventsListener] Calling method widgetDefaultSelected() 08:13:56.003 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:13:56.003 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:13:56.003 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 08:13:56.003 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:13:56.004 DEBUG [main][AbstractWait] Waiting until shell is active... 08:13:56.004 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:13:56.004 INFO [main][AbstractShell] Close shell Testing shell 08:13:56.004 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:13:56.008 DEBUG [main][AbstractWait] Waiting while shell is available... 08:13:56.008 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:13:56.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:56.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:13:56.009 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:13:56.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:56.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:56.016 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:56.016 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:13:56.016 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:13:56.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:13:56.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:13:56.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:13:56.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:13:56.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 08:13:56.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:56.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:56.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:56.049 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:56.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:56.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:56.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:56.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:56.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:56.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:56.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 08:13:56.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:13:56.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:13:56.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:13:56.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:13:56.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:13:56.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:13:56.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:13:56.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:13:56.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:13:56.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:13:56.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:13:56.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:13:56.054 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 08:13:56.054 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:13:56.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:56.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:56.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:56.555 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:56.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 08:13:56.556 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:13:56.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:56.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:57.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:57.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:57.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:57.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:57.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:57.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:58.057 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:13:58.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:58.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:58.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:58.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:58.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:58.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:59.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:59.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:59.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:59.559 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:13:59.560 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:59.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:59.560 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:59.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:59.560 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:13:59.560 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:13:59.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:13:59.560 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:13:59.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:13:59.560 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:00.060 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:14:00.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:00.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:00.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:14:00.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:00.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:00.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:00.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:00.061 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:14:00.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:00.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:00.561 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:14:00.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:00.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:00.561 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:14:00.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:00.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:00.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:00.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:00.561 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:14:00.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:00.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:01.062 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:14:01.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:01.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:01.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:14:01.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:01.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:01.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:01.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:01.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:14:01.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:01.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:01.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more finished successfully 08:14:01.062 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:14:01.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:01.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:01.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:14:01.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:01.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:01.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:01.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:01.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:14:01.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:01.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:01.063 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 08:14:01.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:01.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:01.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:01.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:01.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:01.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:01.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:01.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:01.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:01.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:01.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:14:01.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:14:01.064 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 08:14:01.064 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:14:01.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:01.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:01.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:01.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:01.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 08:14:01.565 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:14:01.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:01.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:02.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:02.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:02.065 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:02.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:02.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:02.566 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:03.066 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:14:03.066 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:03.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:03.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:03.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:03.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:03.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:04.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:04.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:04.568 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:14:04.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:04.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:05.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:05.068 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:05.068 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:05.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:05.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:05.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:05.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more failed, an exception will be thrown 08:14:05.570 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:05.570 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 08:14:05.570 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:05.570 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:05.570 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:05.570 INFO [main][AbstractShell] Close shell Testing shell 08:14:05.570 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:05.574 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:05.574 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:05.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:14:05.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:05.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:05.580 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 08:14:05.580 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 08:14:05.580 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:05.580 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:05.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:05.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.474 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.062 s testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.042 s testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.072 s testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.045 s testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.049 s getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.546 s testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.072 s testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.55 s testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.063 s testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.589 s getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.062 s testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.56 s testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.568 s testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.069 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.564 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:05.585 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:05.586 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:05.586 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:05.586 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:05.586 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:05.586 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:05.586 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:05.586 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:05.586 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:05.587 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:05.587 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:14:05.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:05.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:05.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:05.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:05.596 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 08:14:05.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:05.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:05.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:05.614 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:05.614 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:05.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:05.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:05.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:05.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:05.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:05.621 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:05.621 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 08:14:05.621 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:05.621 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:05.621 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:05.621 INFO [main][AbstractShell] Close shell Testing shell 08:14:05.621 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:05.625 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:05.625 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:05.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:05.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:05.625 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:05.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:05.630 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:14:05.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:05.630 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:14:05.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:05.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:05.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:05.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:05.639 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 08:14:05.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:05.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:05.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:05.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:05.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:05.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:05.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:05.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:05.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:05.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:05.658 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 08:14:05.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:05.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:05.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:05.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:05.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:05.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:05.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:05.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:05.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:05.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:05.659 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:05.659 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 08:14:05.659 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:05.660 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:05.660 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:05.660 INFO [main][AbstractShell] Close shell Testing shell 08:14:05.660 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:05.663 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:05.663 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:05.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:05.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:05.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:05.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:14:05.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:05.668 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:14:05.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:05.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:05.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:05.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:05.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 08:14:05.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:05.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:05.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:05.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:05.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:05.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:05.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:05.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:05.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:05.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:05.697 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:14:05.697 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:05.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:06.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:06.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:06.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:14:06.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:06.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:14:06.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:06.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:14:06.200 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:14:06.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:14:06.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:06.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:06.701 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:14:06.703 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:14:06.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:06.704 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:14:06.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:06.704 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:14:06.704 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 08:14:06.704 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:14:06.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:07.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:07.204 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:14:07.204 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:14:07.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:07.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:07.705 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:14:07.705 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 08:14:07.705 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:14:07.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:08.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:08.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:14:08.206 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:14:08.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:08.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:08.706 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:14:08.706 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 08:14:08.707 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:14:08.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:09.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:09.207 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:14:09.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:14:09.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:09.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:14:09.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:09.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:14:09.208 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 08:14:09.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:14:09.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:09.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:09.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:14:09.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:14:09.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:10.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:10.209 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:14:10.209 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 08:14:10.209 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:14:10.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:10.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:10.710 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:14:10.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:14:10.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:11.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:11.211 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:14:11.212 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:11.212 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 08:14:11.212 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:11.212 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:11.212 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:11.212 INFO [main][AbstractShell] Close shell Testing shell 08:14:11.212 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:11.228 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:11.228 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:11.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:11.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:11.228 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:11.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.251 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:14:11.251 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:11.251 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:14:11.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:11.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:11.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:11.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:11.261 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 08:14:11.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:11.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:11.285 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 08:14:11.285 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:11.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.286 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:11.286 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:11.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:11.291 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:11.291 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 08:14:11.291 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:11.292 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:11.292 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:11.292 INFO [main][AbstractShell] Close shell Testing shell 08:14:11.292 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:11.313 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:11.313 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:11.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:11.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:11.313 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:11.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.377 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:14:11.377 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:11.377 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:14:11.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:11.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:11.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:11.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:11.417 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 08:14:11.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:11.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.424 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:11.424 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:11.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:11.425 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:11.425 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 08:14:11.425 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:11.425 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:11.425 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:11.425 INFO [main][AbstractShell] Close shell Testing shell 08:14:11.425 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:11.429 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:11.429 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:11.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:11.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:11.429 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.456 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:14:11.456 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:11.456 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:14:11.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:11.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:11.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:11.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:11.465 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 08:14:11.465 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:11.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:11.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:11.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:11.482 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') 08:14:11.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:11.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:11.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:11.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:14:11.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:11.482 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:11.482 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 08:14:11.482 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:11.483 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:11.483 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:11.483 INFO [main][AbstractShell] Close shell Testing shell 08:14:11.483 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:11.486 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:11.486 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:11.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:11.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:11.486 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:11.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.525 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:14:11.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:11.525 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:14:11.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:11.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:11.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:11.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:11.535 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 08:14:11.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:11.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:11.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:11.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:11.552 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:11.552 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 08:14:11.552 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:11.552 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:11.552 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:11.552 INFO [main][AbstractShell] Close shell Testing shell 08:14:11.552 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:11.556 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:11.556 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:11.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:11.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:11.556 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:11.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.562 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 08:14:11.562 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 08:14:11.562 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:11.562 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:11.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.989 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.043 s testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.038 s testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 5.583 s testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.126 s testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.079 s testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.069 s testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.037 s Running org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:14:11.579 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:14:11.579 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:11.580 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:11.580 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:14:11.580 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:11.580 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:11.580 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:11.580 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:11.580 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:11.580 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:11.580 INFO [WorkbenchTestable][RequirementsRunner] Started test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:14:11.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:14:11.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:11.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:11.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:11.624 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 08:14:11.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:11.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:11.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:11.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:14:11.642 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 08:14:11.648 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 08:14:11.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:11.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:14:11.648 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 08:14:11.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:11.648 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:11.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 08:14:11.649 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:11.649 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:11.649 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:11.649 INFO [main][AbstractShell] Close shell Testing shell 08:14:11.649 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:11.652 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:11.652 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:11.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:14:11.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:11.652 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:11.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.658 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:14:11.658 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:11.658 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:14:11.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:14:11.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:11.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:11.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:11.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 08:14:11.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:11.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:11.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:11.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:14:11.691 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 08:14:11.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 08:14:11.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:11.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:11.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:11.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:14:11.709 INFO [WorkbenchTestable][AbstractStyledText] Select text styled in styled text 08:14:11.714 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:11.714 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 08:14:11.714 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:11.714 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:11.714 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:11.714 INFO [main][AbstractShell] Close shell Testing shell 08:14:11.714 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:11.717 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:11.717 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:11.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:14:11.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:11.717 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:11.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.723 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:14:11.723 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:11.723 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:14:11.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:14:11.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:11.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:11.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:11.729 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 08:14:11.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:11.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:11.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:11.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:14:11.749 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 08:14:11.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 08:14:11.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:11.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:11.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:11.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:14:11.750 INFO [WorkbenchTestable][AbstractStyledText] Select position start: 8 end: 10 in styled text 08:14:11.751 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:11.751 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 08:14:11.751 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:11.751 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:11.751 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:11.751 INFO [main][AbstractShell] Close shell Testing shell 08:14:11.751 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:11.754 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:11.754 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:11.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:14:11.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:11.754 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:11.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.760 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 08:14:11.760 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 08:14:11.760 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:11.760 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:11.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.078 s selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.065 s selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.037 s Running org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:14:11.764 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:14:11.765 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:11.766 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:11.766 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:14:11.766 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:11.766 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:11.773 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:11.773 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:11.773 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:11.774 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:11.774 INFO [WorkbenchTestable][RequirementsRunner] Started test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 08:14:11.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:14:11.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:11.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:11.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:11.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:11.818 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 08:14:11.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:11.818 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) 08:14:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:11.819 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:14:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:11.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:11.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 08:14:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 08:14:11.820 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) 08:14:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:11.820 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:14:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:11.820 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:11.820 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 08:14:11.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 08:14:11.821 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:11.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 08:14:11.821 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:11.821 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:11.821 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:11.821 INFO [main][AbstractShell] Close shell Testing shell 08:14:11.821 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:11.824 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:11.824 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:11.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:14:11.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:11.824 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:11.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.844 INFO [WorkbenchTestable][RequirementsRunner] Finished test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 08:14:11.844 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 08:14:11.844 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:11.844 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:11.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) Time elapsed: 0.07 s Running org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:14:11.849 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:14:11.850 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:11.850 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:11.850 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:14:11.850 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:11.850 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:11.851 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:11.851 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:11.851 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:11.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:11.855 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:14:11.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:11.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:11.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:11.855 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:11.855 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:14:11.856 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:11.856 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:14:11.856 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:14:11.856 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:14:11.856 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:14:11.856 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:14:11.856 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:14:11.856 DEBUG [main][MenuItemLookup] Item match:Window 08:14:11.856 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:14:11.857 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:14:11.857 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:14:11.857 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:11.857 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:14:11.857 DEBUG [main][MenuItemLookup] Item match:Show View 08:14:11.862 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:14:11.862 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:14:11.862 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:14:11.862 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:14:11.862 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:14:11.862 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:14:11.862 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:14:11.862 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:14:11.862 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:14:11.862 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:14:11.862 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:14:11.862 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:14:11.862 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:14:11.862 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:11.862 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:14:11.862 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:14:11.862 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:14:11.862 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:14:11.862 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:14:11.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:14:11.925 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 08:14:11.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:14:11.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:11.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:11.926 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 08:14:11.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:11.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:14:11.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:11.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:14:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:14:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:14:11.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:14:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:11.928 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:14:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:11.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:14:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:14:11.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:14:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:11.928 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:14:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:11.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:14:11.928 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:14:11.928 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:14:11.929 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:14:11.929 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:14:11.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:11.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:14:11.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:11.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.929 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") 08:14:11.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:11.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:11.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:11.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:14:11.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:11.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:11.930 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:14:11.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:11.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:11.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:11.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:14:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:14:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:14:11.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:14:11.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:11.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:11.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:11.983 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:11.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:14:11.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:11.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:11.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:11.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:11.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:14:11.986 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:14:11.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:14:11.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:14:11.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:14:11.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:14:11.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:14:11.989 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:11.989 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:14:11.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:14:11.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:11.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:11.989 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:12.009 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') 08:14:12.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.016 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:14:12.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 08:14:12.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:14:12.018 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:14:12.018 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:12.018 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:12.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.018 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:14:12.018 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:12.018 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:14:12.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:14:12.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:12.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:12.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:12.018 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:") 08:14:12.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.018 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:14:12.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:14:12.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:14:12.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:12.019 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:12.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.019 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 08:14:12.019 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 08:14:12.019 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:12.019 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:12.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s - in org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.029 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 08:14:12.023 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:14:12.024 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:12.024 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:12.024 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:14:12.024 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:12.024 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:12.026 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:12.026 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:12.026 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:12.026 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:12.026 INFO [WorkbenchTestable][RequirementsRunner] Started test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 08:14:12.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:14:12.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:12.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:12.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:12.040 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 08:14:12.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:12.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:14:12.050 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 08:14:12.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:12.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:14:12.051 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 1 08:14:12.052 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 08:14:12.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:12.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:14:12.052 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 08:14:12.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:12.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:12.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:12.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 08:14:12.053 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 2 08:14:12.053 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 08:14:12.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:12.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:12.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:12.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 08:14:12.054 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:") 08:14:12.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:12.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:14:12.055 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 11 08:14:12.056 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:") 08:14:12.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:12.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:14:12.057 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:") 08:14:12.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:12.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:14:12.058 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 22 08:14:12.059 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:") 08:14:12.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:12.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 08:14:12.060 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:12.060 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 08:14:12.060 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:12.061 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:12.061 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:12.061 INFO [main][AbstractShell] Close shell Testing shell 08:14:12.061 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:12.065 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:12.065 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:12.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:14:12.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:12.065 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:12.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.071 INFO [WorkbenchTestable][RequirementsRunner] Finished test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 08:14:12.071 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 08:14:12.071 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:12.071 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:12.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) Time elapsed: 0.045 s Running org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:14:12.076 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:14:12.076 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:12.076 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:12.076 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:14:12.076 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:12.076 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:12.081 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:12.081 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:12.081 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:12.082 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:12.082 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:14:12.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:14:12.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:12.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:12.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:12.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:12.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:12.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:12.112 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:12.112 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') 08:14:12.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:14:12.114 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:14:12.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:14:12.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:14:12.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:14:12.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:14:12.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:14:12.117 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 08:14:12.117 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 08:14:12.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:14:12.118 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:14:12.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:12.157 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:14:12.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:12.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:12.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:12.158 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:12.158 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:14:12.158 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:12.158 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:14:12.158 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:14:12.158 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:14:12.158 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:14:12.158 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:14:12.158 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:14:12.158 DEBUG [main][MenuItemLookup] Item match:Window 08:14:12.159 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:14:12.159 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:14:12.159 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:14:12.159 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:12.159 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:14:12.159 DEBUG [main][MenuItemLookup] Item match:Show View 08:14:12.163 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:14:12.163 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:14:12.163 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:14:12.163 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:14:12.163 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:14:12.163 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:14:12.163 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:14:12.163 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:14:12.163 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:14:12.163 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:14:12.163 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:14:12.163 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:14:12.163 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:14:12.163 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:12.163 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:14:12.163 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:14:12.174 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:14:12.174 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:14:12.175 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:14:12.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:14:12.263 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 08:14:12.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:14:12.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:12.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:12.265 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 08:14:12.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:14:12.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:12.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:14:12.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:14:12.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:14:12.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:14:12.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:12.266 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:14:12.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:12.266 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:14:12.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:14:12.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:14:12.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:12.266 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:14:12.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:12.266 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:14:12.266 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:14:12.266 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:14:12.267 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:14:12.267 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:14:12.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:14:12.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.267 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") 08:14:12.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:14:12.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:12.268 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:14:12.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:12.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:12.268 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:12.268 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:14:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:14:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:14:12.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:14:12.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:12.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:12.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:12.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:12.338 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') 08:14:12.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:14:12.340 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:14:12.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:14:12.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:14:12.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:14:12.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:14:12.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:14:12.351 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') 08:14:12.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.352 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 08:14:12.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:12.352 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:12.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:14:12.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:12.352 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:12.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.352 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:14:12.352 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:12.352 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:14:12.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:14:12.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:12.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:12.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:12.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:12.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:12.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:12.368 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:12.368 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') 08:14:12.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:14:12.371 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:14:12.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:14:12.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:14:12.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:14:12.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:14:12.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:14:12.373 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 08:14:12.373 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 08:14:12.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:14:12.373 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:14:12.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:12.435 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:14:12.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:12.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:12.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:12.435 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:12.435 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:14:12.435 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:12.436 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:14:12.436 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:14:12.436 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:14:12.436 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:14:12.436 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:14:12.436 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:14:12.436 DEBUG [main][MenuItemLookup] Item match:Window 08:14:12.436 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:14:12.436 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:14:12.436 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:14:12.436 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:12.436 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:14:12.436 DEBUG [main][MenuItemLookup] Item match:Show View 08:14:12.440 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:14:12.440 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:14:12.440 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:14:12.440 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:14:12.440 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:14:12.440 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:14:12.440 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:14:12.440 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:14:12.440 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:14:12.440 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:14:12.440 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:14:12.440 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:14:12.440 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:14:12.440 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:12.440 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:14:12.440 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:14:12.440 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:14:12.440 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:14:12.440 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:14:12.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:14:12.497 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 08:14:12.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:14:12.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:12.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:12.499 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 08:14:12.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.499 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:14:12.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:14:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:14:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:14:12.500 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:14:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:12.500 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:14:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:12.500 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:14:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:14:12.500 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:14:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:12.500 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:14:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:12.500 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:14:12.500 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:14:12.500 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:14:12.500 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:14:12.501 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:14:12.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:14:12.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.501 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") 08:14:12.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:14:12.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:12.502 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:14:12.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:12.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:12.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:12.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:12.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:14:12.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:14:12.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:14:12.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:14:12.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:12.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:12.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:12.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:12.551 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') 08:14:12.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:14:12.553 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:14:12.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:14:12.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:14:12.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:14:12.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:14:12.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:14:12.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.565 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:14:12.565 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:12.565 DEBUG [main][MenuItemLookup] Item match:File 08:14:12.567 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:14:12.567 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'Package' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'Class' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'Interface' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'Enum' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'Record' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:12.570 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:14:12.570 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:14:12.571 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:14:12.571 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:14:12.571 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:14:12.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 08:14:12.652 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 08:14:12.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:14:12.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:12.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:12.654 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 08:14:12.654 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.654 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:14:12.654 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:12.655 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:12.655 INFO [WorkbenchTestable][AbstractText] Text set to: myvalue 08:14:12.656 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") 08:14:12.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:14:12.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:12.658 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:14:12.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:12.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:12.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:12.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:12.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:14:12.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:12.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:12.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.678 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:14:12.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:12.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:14:12.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:14:12.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:12.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:12.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:12.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:12.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:12.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:12.689 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:12.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 08:14:12.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:14:12.696 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:14:12.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:14:12.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:14:12.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:14:12.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:14:12.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:14:12.708 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 08:14:12.708 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 08:14:12.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:14:12.709 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:14:12.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:12.740 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 08:14:12.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:12.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:12.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:12.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:12.741 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:14:12.741 DEBUG [main][MenuItemLookup] Found menu:'File' 08:14:12.741 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:14:12.741 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:14:12.741 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:14:12.741 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:14:12.741 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:14:12.741 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:14:12.741 DEBUG [main][MenuItemLookup] Item match:Window 08:14:12.742 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:14:12.742 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:14:12.742 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:14:12.742 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:12.742 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:14:12.742 DEBUG [main][MenuItemLookup] Item match:Show View 08:14:12.745 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:14:12.745 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:14:12.745 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:14:12.745 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:14:12.745 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:14:12.745 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:14:12.745 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:14:12.746 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:14:12.746 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:14:12.746 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:14:12.746 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:14:12.746 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:14:12.746 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:14:12.746 DEBUG [main][MenuItemLookup] Found menu:'' 08:14:12.746 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:14:12.746 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:14:12.746 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:14:12.746 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:14:12.746 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:14:12.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:14:12.801 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 08:14:12.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:14:12.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:12.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:12.803 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 08:14:12.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:14:12.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:14:12.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:14:12.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:14:12.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 08:14:12.804 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:14:12.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:12.804 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:14:12.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:12.804 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:14:12.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 08:14:12.804 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 08:14:12.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:14:12.804 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 08:14:12.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:14:12.804 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 08:14:12.804 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 08:14:12.804 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 08:14:12.804 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 08:14:12.804 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 08:14:12.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.805 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:14:12.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.805 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") 08:14:12.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.805 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:14:12.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:14:12.806 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:14:12.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:14:12.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:14:12.806 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:14:12.806 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:12.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:14:12.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:14:12.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:14:12.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:14:12.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:12.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:12.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:12.856 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:12.856 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') 08:14:12.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:14:12.858 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:14:12.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:14:12.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:14:12.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:14:12.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:14:12.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:14:12.861 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 08:14:12.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.869 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:14:12.869 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:12.870 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:12.870 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") 08:14:12.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.870 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:14:12.870 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:12.870 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:12.870 INFO [WorkbenchTestable][AbstractText] Text set to: New text 08:14:12.870 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 08:14:12.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.870 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:14:12.870 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:12.871 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:12.871 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") 08:14:12.871 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.871 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:14:12.871 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:12.871 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:12.871 INFO [WorkbenchTestable][AbstractText] Text set to: Original text 08:14:12.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:14:12.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:12.871 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.872 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 08:14:12.872 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 08:14:12.872 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:12.872 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:12.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.797 s - in org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.27 s testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.326 s defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.193 s Running org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:12.876 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:12.877 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:12.877 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:12.877 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:12.877 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:12.877 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:12.878 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:12.878 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:12.879 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:12.879 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:12.879 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:12.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:12.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:12.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:12.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:12.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:12.943 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 08:14:12.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:12.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:12.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:12.943 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") 08:14:12.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:12.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:12.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:12.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:12.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:12.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:12.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:12.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:12.948 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:12.949 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:12.949 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 08:14:12.949 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:12.949 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:12.949 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:12.949 INFO [main][AbstractShell] Close shell Testing shell 08:14:12.949 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:12.957 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:12.957 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:12.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:12.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:12.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:12.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:12.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:12.964 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:12.965 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:12.965 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:12.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:12.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:12.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:12.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:12.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.019 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 08:14:13.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:13.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:13.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:13.019 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") 08:14:13.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:13.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:13.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:13.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:13.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:13.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:13.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:13.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:13.025 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:13.026 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.026 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 08:14:13.026 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:13.027 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:13.027 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:13.027 INFO [main][AbstractShell] Close shell Testing shell 08:14:13.027 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:13.035 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:13.035 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:13.035 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.035 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:13.035 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:13.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:13.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:13.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:13.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:13.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.087 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 08:14:13.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:13.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:13.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:13.087 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 08:14:13.087 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:13.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.087 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:13.087 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:13.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:13.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:13.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:13.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:13.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 08:14:13.087 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:13.088 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") 08:14:13.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:13.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:13.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:13.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:13.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:13.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:13.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:13.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:13.089 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:13.090 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") 08:14:13.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:13.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:13.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:13.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:13.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:13.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:13.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:13.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:13.092 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:13.093 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") 08:14:13.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:13.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.093 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:13.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:13.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:13.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:13.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:13.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:13.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:13.094 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:13.094 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.094 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 08:14:13.094 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:13.095 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:13.095 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:13.095 INFO [main][AbstractShell] Close shell Testing shell 08:14:13.095 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:13.103 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:13.103 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:13.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:13.103 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.121 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.121 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:13.121 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:13.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:13.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:13.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.159 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 08:14:13.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:13.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:13.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:13.159 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") 08:14:13.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:13.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:13.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:13.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:13.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:13.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:13.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:13.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:13.164 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:13.165 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.165 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 08:14:13.165 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:13.166 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:13.166 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:13.166 INFO [main][AbstractShell] Close shell Testing shell 08:14:13.166 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:13.173 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:13.173 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:13.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:13.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.181 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.181 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:13.181 INFO [WorkbenchTestable][RequirementsRunner] Started test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:13.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:13.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:13.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.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 08:14:13.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:13.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:13.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:13.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 label2") 08:14:13.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:13.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:13.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:13.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:13.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:13.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:13.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:13.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:13.222 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:13.223 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 08:14:13.223 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.223 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 08:14:13.223 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:13.224 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:13.224 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:13.224 INFO [main][AbstractShell] Close shell Testing shell 08:14:13.224 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:13.231 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:13.231 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:13.231 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:13.232 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.238 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.238 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:13.238 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:13.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:13.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:13.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.276 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 08:14:13.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:13.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:13.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:13.276 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*") 08:14:13.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:13.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:13.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:13.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:13.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:13.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:13.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:13.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:13.282 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:13.283 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.283 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 08:14:13.283 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:13.284 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:13.284 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:13.284 INFO [main][AbstractShell] Close shell Testing shell 08:14:13.284 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:13.291 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:13.291 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:13.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:13.292 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:13.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.298 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.298 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:13.298 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:13.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:13.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:13.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.337 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 08:14:13.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:13.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:13.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:13.337 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") 08:14:13.337 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:13.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.337 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:13.337 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:13.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:13.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:13.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:13.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:13.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:13.341 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:13.342 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.342 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 08:14:13.342 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:13.343 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:13.343 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:13.343 INFO [main][AbstractShell] Close shell Testing shell 08:14:13.343 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:13.351 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:13.351 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:13.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:13.351 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:13.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.358 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.358 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:13.358 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:13.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:13.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:13.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.396 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 08:14:13.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:13.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:13.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:13.397 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") 08:14:13.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:13.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.397 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:13.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:13.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:13.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:13.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:13.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:13.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:13.416 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:13.417 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.418 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 08:14:13.418 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:13.418 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:13.418 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:13.418 INFO [main][AbstractShell] Close shell Testing shell 08:14:13.418 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:13.426 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:13.426 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:13.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:13.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:13.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.434 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.434 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:13.434 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:13.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:13.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:13.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.478 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 08:14:13.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:13.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:13.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:13.479 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") 08:14:13.479 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:13.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.479 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:13.479 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:13.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:13.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:13.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:13.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:13.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:13.480 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:13.481 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.481 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 08:14:13.481 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:13.482 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:13.482 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:13.482 INFO [main][AbstractShell] Close shell Testing shell 08:14:13.482 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:13.490 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:13.490 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:13.490 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.490 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:13.490 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:13.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.516 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.517 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:13.517 INFO [WorkbenchTestable][RequirementsRunner] Started test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:13.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:13.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:13.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:13.517 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:13.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:13.553 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 08:14:13.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:13.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:13.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:13.553 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") 08:14:13.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:13.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:13.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:13.553 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:13.553 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:13.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:13.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:13.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:13.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:13.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:13.556 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:13.556 INFO [WorkbenchTestable][AbstractText] Type text not so funny text 08:14:13.556 INFO [WorkbenchTestable][AbstractText] Text set to: 08:14:13.557 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:13.557 DEBUG [WorkbenchTestable][AbstractText] Force focus to receive keyboard events 08:14:13.560 INFO [WorkbenchTestable][Keyboard] Type text "not so funny text" 08:14:13.626 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:13.626 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 08:14:14.228 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:14.228 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 08:14:14.829 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:14.829 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:14:15.430 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:15.430 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:14:16.031 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:16.031 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:14:16.633 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:16.633 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 08:14:17.234 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:17.234 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:14:17.835 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:17.835 INFO [WorkbenchTestable][Keyboard] As char:f, as int:102 08:14:18.436 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:18.436 INFO [WorkbenchTestable][Keyboard] As char:u, as int:117 08:14:19.038 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:19.038 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 08:14:19.639 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:19.639 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 08:14:20.240 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:20.240 INFO [WorkbenchTestable][Keyboard] As char:y, as int:121 08:14:20.841 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:20.841 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:14:21.442 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:21.442 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:14:22.043 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:22.043 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:14:22.644 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:22.645 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 08:14:23.246 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:14:23.246 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:14:23.846 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") 08:14:23.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:23.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:23.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:23.847 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:23.847 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:23.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:23.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:23.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:23.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:23.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:23.849 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:23.849 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:23.849 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 08:14:23.849 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:23.850 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:23.850 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:23.850 INFO [main][AbstractShell] Close shell Testing shell 08:14:23.850 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:23.859 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:23.859 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:23.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:23.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:23.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:23.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:23.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:23.874 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:23.874 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:23.874 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:23.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:23.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:23.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:23.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:23.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:23.918 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 08:14:23.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:23.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:23.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:23.918 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") 08:14:23.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:23.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:23.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:23.919 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:23.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:23.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:23.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:23.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:23.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:23.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:23.922 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:23.923 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 08:14:23.923 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") 08:14:23.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:23.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:23.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:23.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:23.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:23.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:23.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:23.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:23.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:23.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:23.932 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:23.932 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:23.932 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 08:14:23.932 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:23.933 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:23.933 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:23.933 INFO [main][AbstractShell] Close shell Testing shell 08:14:23.933 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:23.945 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:23.945 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:23.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:23.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:23.945 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:23.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:23.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:23.956 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:23.956 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:23.956 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:23.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:23.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:23.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:23.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:23.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.002 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 08:14:24.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:24.002 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?") 08:14:24.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:24.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:24.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:24.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:24.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:24.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:24.012 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:24.015 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.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 08:14:24.015 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:24.016 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:24.016 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:24.016 INFO [main][AbstractShell] Close shell Testing shell 08:14:24.016 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:24.028 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:24.028 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:24.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:24.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:24.028 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:24.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.047 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:24.047 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:24.047 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:24.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:24.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:24.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:24.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:24.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.087 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 08:14:24.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:24.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:24.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:24.087 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 *") 08:14:24.087 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:24.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.087 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:24.087 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:24.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:24.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:24.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:24.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:24.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:24.094 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:24.095 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.095 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 08:14:24.095 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:24.095 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:24.095 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:24.095 INFO [main][AbstractShell] Close shell Testing shell 08:14:24.095 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:24.103 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:24.103 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:24.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:24.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:24.103 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:24.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.112 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:24.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:24.112 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:24.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:24.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:24.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:24.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:24.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.154 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 08:14:24.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:24.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:24.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:24.154 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") 08:14:24.154 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:24.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.154 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:24.154 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:24.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:24.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:24.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:24.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:24.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:24.158 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:24.159 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.159 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 08:14:24.159 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:24.159 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:24.159 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:24.159 INFO [main][AbstractShell] Close shell Testing shell 08:14:24.159 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:24.168 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:24.168 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:24.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:24.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:24.168 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:24.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.175 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:24.175 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:24.175 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:24.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:24.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:24.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:24.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:24.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.226 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 08:14:24.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:24.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:24.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:24.226 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") 08:14:24.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:24.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.226 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:24.226 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:24.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:24.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:24.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:24.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:24.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:24.233 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:24.234 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.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 08:14:24.234 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:24.235 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:24.235 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:24.235 INFO [main][AbstractShell] Close shell Testing shell 08:14:24.235 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:24.243 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:24.243 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:24.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:24.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:24.243 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:24.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.251 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:24.251 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:24.251 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:24.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:24.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:24.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:24.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:24.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.313 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 08:14:24.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:24.314 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") 08:14:24.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:24.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:24.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:24.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:24.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:24.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:24.317 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:24.318 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.318 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 08:14:24.318 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:24.319 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:24.319 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:24.319 INFO [main][AbstractShell] Close shell Testing shell 08:14:24.319 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:24.346 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:24.346 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:24.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:24.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:24.346 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:24.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.353 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:24.353 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:24.354 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:24.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:24.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:24.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:24.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:24.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.419 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 08:14:24.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:24.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:24.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:24.419 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") 08:14:24.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:24.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:24.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:24.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:24.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:24.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:24.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:24.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:24.426 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:24.427 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.427 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 08:14:24.427 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:24.427 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:24.427 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:24.427 INFO [main][AbstractShell] Close shell Testing shell 08:14:24.427 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:24.435 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:24.435 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:24.435 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:24.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:24.436 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:24.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.468 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 08:14:24.468 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 08:14:24.468 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:24.468 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:24.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.592 s - in org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.085 s findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.083 s setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.073 s findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.06 s setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.057 s findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.06 s getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.06 s findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.076 s findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.082 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.082 s findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.091 s findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.065 s findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.063 s findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.076 s findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.102 s findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.114 s Running org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:14:24.475 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:14:24.476 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:24.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:24.476 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:14:24.476 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:24.476 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:24.477 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:24.477 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:24.477 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:24.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:24.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:24.480 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' is already open. Activate. 08:14:24.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:24.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:24.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:14:24.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:24.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:24.485 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:14:24.485 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') 08:14:24.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:24.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:24.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:24.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:24.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:14:24.518 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 08:14:24.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 08:14:24.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:14:24.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:14:24.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:14:24.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:14:24.521 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:24.521 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:14:24.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:14:24.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:24.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:24.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:24.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.546 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 08:14:24.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:24.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:24.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:24.546 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 08:14:24.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:24.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:24.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:24.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:24.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:24.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:24.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:24.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:14:24.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.558 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 08:14:24.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:14:24.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:24.558 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:24.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:14:24.559 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:24.559 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:14:24.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:14:24.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:24.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:24.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:24.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.578 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 08:14:24.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:14:24.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:14:24.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:14:24.579 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 08:14:24.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:24.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.579 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:24.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:24.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:24.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:24.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:24.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:24.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:14:24.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.590 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 08:14:24.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:14:24.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:24.590 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:24.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.590 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:14:24.591 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:24.591 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:14:24.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:14:24.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:24.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:24.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:24.591 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 08:14:24.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:24.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.591 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:14:24.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:24.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:24.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:24.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:24.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:24.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:14:24.593 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") 08:14:24.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:24.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.593 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 08:14:24.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:24.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:24.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:24.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:24.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:24.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:14:24.593 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: Modified styled text 08:14:24.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:24.594 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 08:14:24.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:14:24.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:24.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:24.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.594 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 08:14:24.594 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 08:14:24.594 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:24.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:24.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in org.eclipse.reddeer.swt.test.impl.text.StyledTextTest defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.038 s defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.031 s defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.003 s Running org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:24.613 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:24.613 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:24.614 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:24.614 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:24.614 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:24.614 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:24.614 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:24.614 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:24.614 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:24.614 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:24.615 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:14:24.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:24.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:24.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:24.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:24.622 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) 08:14:24.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:24.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:24.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:24.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:24.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:24.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:24.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:14:24.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:14:25.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:14:25.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:14:25.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:14:25.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:14:25.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:14:25.725 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 2 was not found 08:14:25.725 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:25.725 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 08:14:25.725 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:25.725 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:25.725 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:25.725 INFO [main][AbstractShell] Close shell Testing shell 08:14:25.725 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:25.730 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:25.730 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:25.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:25.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:25.731 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:25.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:26.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:26.233 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:14:26.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:26.233 INFO [WorkbenchTestable][RequirementsRunner] Started test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:14:26.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:26.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:26.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:26.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:26.241 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) 08:14:26.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:26.251 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:26.251 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:26.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:26.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:26.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:14:26.252 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) 08:14:26.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:26.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:26.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:26.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:26.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:26.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:26.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:26.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:26.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:26.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:14:26.252 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:26.252 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 08:14:26.252 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:26.252 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:26.252 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:26.252 INFO [main][AbstractShell] Close shell Testing shell 08:14:26.252 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:26.255 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:26.255 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:26.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:26.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:26.255 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:26.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:26.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:26.261 INFO [WorkbenchTestable][RequirementsRunner] Finished test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:14:26.261 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:26.261 INFO [WorkbenchTestable][RequirementsRunner] Started test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:14:26.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:26.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:26.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:26.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:26.266 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) 08:14:26.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:26.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:26.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:26.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:26.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:26.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:14:26.278 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) 08:14:26.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:26.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:26.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:26.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:26.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:26.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:14:26.278 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) 08:14:26.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:26.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:26.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:26.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:26.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:26.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was found 08:14:26.280 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:26.281 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 08:14:26.281 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:26.281 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:26.281 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:26.281 INFO [main][AbstractShell] Close shell Testing shell 08:14:26.281 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:26.283 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:26.283 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:26.284 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:26.284 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:26.284 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:26.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:26.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:26.290 INFO [WorkbenchTestable][RequirementsRunner] Finished test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:14:26.290 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:26.290 INFO [WorkbenchTestable][RequirementsRunner] Started test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:14:26.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:26.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:26.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:26.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:26.296 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) 08:14:26.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:26.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:26.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:26.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:26.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:26.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:26.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:26.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:14:26.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:26.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:14:27.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:27.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:14:27.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:14:27.310 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 08:14:27.310 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:27.310 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 08:14:27.310 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:27.310 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:27.310 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:27.310 INFO [main][AbstractShell] Close shell Testing shell 08:14:27.310 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:27.313 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:27.313 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:27.314 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:27.314 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:27.314 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:27.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:27.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:27.325 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:14:27.326 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:27.326 INFO [WorkbenchTestable][RequirementsRunner] Started test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:14:27.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:27.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:27.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:27.326 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:27.332 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) 08:14:27.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:27.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:27.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:27.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:27.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:27.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:27.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:27.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:27.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:27.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:14:27.340 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) 08:14:27.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:27.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:27.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:27.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:27.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:27.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:27.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:27.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:27.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:27.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 08:14:27.341 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:27.341 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 08:14:27.341 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:27.341 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:27.341 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:27.341 INFO [main][AbstractShell] Close shell Testing shell 08:14:27.341 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:27.344 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:27.344 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:27.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:27.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:27.344 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:27.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:27.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:27.356 INFO [WorkbenchTestable][RequirementsRunner] Finished test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:14:27.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:27.356 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:14:27.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:27.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:27.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:27.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:27.361 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) 08:14:27.361 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:27.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:27.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:27.369 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:27.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:27.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:27.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:27.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:14:27.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:27.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:14:28.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:28.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:14:28.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:14:28.371 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 08:14:28.371 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:28.371 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 08:14:28.371 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:28.371 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:28.371 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:28.371 INFO [main][AbstractShell] Close shell Testing shell 08:14:28.371 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:28.374 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:28.374 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:28.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:28.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:28.374 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:28.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:28.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:28.380 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 08:14:28.380 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 08:14:28.381 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:28.381 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:28.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:28.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.769 s - in org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.618 s IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.028 s horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.029 s noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.035 s verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.03 s nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.024 s Running org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:28.386 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:28.386 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:28.386 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:28.386 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:28.386 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:28.386 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:28.389 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:28.389 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:28.389 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:28.389 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:28.389 INFO [WorkbenchTestable][RequirementsRunner] Started test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:14:28.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:28.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:28.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:28.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:28.399 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 08:14:28.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:28.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:28.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:28.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:28.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:28.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:28.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:28.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:28.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:28.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 08:14:28.409 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:28.409 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 08:14:28.409 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:28.409 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:28.409 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:28.409 INFO [main][AbstractShell] Close shell Testing shell 08:14:28.409 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:28.412 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:28.413 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:28.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:28.413 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:28.413 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:28.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:28.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:28.424 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:14:28.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:28.425 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:14:28.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:28.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:28.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:28.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:28.432 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 08:14:28.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:28.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:28.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:28.440 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:28.440 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:28.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:28.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:14:28.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:14:28.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:14:28.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:14:29.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:14:29.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:14:29.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:14:29.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:14:29.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:14:29.943 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 4 was not found 08:14:29.943 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:29.943 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 08:14:29.943 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:29.943 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:29.943 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:29.943 INFO [main][AbstractShell] Close shell Testing shell 08:14:29.943 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:29.946 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:29.947 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:29.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:29.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:29.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:29.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:29.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:29.952 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:14:29.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:29.952 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:14:29.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:29.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:29.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:29.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:29.959 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 08:14:29.959 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:29.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:29.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:29.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:29.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:29.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:29.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:29.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:29.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:29.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 08:14:29.971 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:29.971 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 08:14:29.971 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:29.971 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:29.971 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:29.971 INFO [main][AbstractShell] Close shell Testing shell 08:14:29.971 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:29.975 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:29.975 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:29.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:29.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:29.975 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:29.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:29.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:29.986 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:14:29.986 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:29.986 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:14:29.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:29.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:29.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:29.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:29.992 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 08:14:29.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:30.000 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:30.000 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:30.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:30.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:30.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:30.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 08:14:30.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Scale with event 13 08:14:30.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:30.002 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 08:14:30.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:30.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:30.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:30.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:30.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:30.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:30.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:30.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:30.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:30.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:30.002 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:30.003 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:30.003 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 08:14:30.003 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:30.004 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:30.004 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:30.004 INFO [main][AbstractShell] Close shell Testing shell 08:14:30.004 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:30.007 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:30.007 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:30.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:30.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:30.007 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:30.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:30.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:30.012 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:14:30.012 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:30.012 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:14:30.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:30.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:30.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:30.013 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:30.023 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 08:14:30.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:30.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:30.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:30.031 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:30.031 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:30.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:30.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:30.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:30.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:30.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 08:14:30.033 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:30.033 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 08:14:30.033 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:30.033 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:30.033 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:30.033 INFO [main][AbstractShell] Close shell Testing shell 08:14:30.033 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:30.036 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:30.036 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:30.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:30.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:30.036 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:30.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:30.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:30.042 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:14:30.042 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:30.042 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:14:30.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:30.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:30.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:30.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:30.048 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 08:14:30.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:30.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:30.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:30.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:30.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:30.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:30.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:30.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:30.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:30.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 08:14:30.060 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:30.060 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 08:14:30.060 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:30.060 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:30.060 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:30.060 INFO [main][AbstractShell] Close shell Testing shell 08:14:30.060 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:30.063 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:30.064 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:30.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:30.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:30.064 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:30.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:30.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:30.069 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 08:14:30.069 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 08:14:30.069 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:30.069 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:30.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:30.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.685 s - in org.eclipse.reddeer.swt.test.impl.scale.ScaleTest findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.035 s findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 1.527 s getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.034 s setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.026 s getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.03 s getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.027 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:30.074 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:30.075 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:30.075 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:30.075 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:30.075 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:30.075 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:30.076 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:30.076 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:30.076 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:30.076 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:30.076 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:30.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:30.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:30.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:30.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:30.333 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 08:14:30.333 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:30.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:30.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:30.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:30.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:30.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:30.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:30.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:30.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:30.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:30.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:30.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:30.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:30.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:30.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:30.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:30.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:30.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:30.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:30.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:30.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:30.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:30.598 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:30.598 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 08:14:30.598 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:30.598 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:30.598 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:30.598 INFO [main][AbstractShell] Close shell Testing shell 08:14:30.598 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:30.607 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:30.607 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:30.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:30.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:30.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:30.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:30.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:30.613 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:30.613 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:30.613 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:30.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:30.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:30.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:30.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:30.864 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 08:14:30.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:31.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:31.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:31.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:31.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:31.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:31.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:31.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:31.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:31.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:31.099 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 08:14:31.100 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:31.100 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 08:14:31.100 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:31.100 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:31.100 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:31.100 INFO [main][AbstractShell] Close shell Testing shell 08:14:31.100 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:31.109 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:31.109 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:31.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:31.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:31.109 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:31.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:31.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:31.119 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:31.120 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:31.120 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:31.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:31.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:31.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:31.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:31.374 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 08:14:31.374 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:31.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:31.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:31.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:31.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:31.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:31.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:31.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:31.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:31.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:31.605 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 08:14:31.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:31.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:31.606 TRACE [main][WidgetHandler] Notify Table with event 13 08:14:31.606 TRACE [main][WidgetHandler] Wait for synchronization 08:14:31.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:31.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:31.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:31.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:31.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:31.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:31.609 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:31.609 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 08:14:31.609 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:31.610 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:31.610 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:31.610 INFO [main][AbstractShell] Close shell Testing shell 08:14:31.610 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:31.618 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:31.618 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:31.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:31.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:31.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:31.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:31.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:31.624 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:31.624 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:31.624 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:31.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:31.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:31.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:31.624 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:31.876 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 08:14:31.876 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:32.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:32.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:32.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:32.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:32.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:32.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:14:32.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:14:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:32.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:14:32.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:32.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:32.104 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 08:14:32.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 08:14:32.107 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 08:14:32.107 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:14:32.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 08:14:32.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:32.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:32.111 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:32.111 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 08:14:32.111 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:32.111 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:32.111 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:32.111 INFO [main][AbstractShell] Close shell Testing shell 08:14:32.111 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:32.119 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:32.120 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:32.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:32.120 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:32.120 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:32.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:32.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:32.131 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:32.131 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:32.131 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:32.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:32.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:32.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:32.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:32.377 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 08:14:32.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:32.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:32.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:32.595 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:32.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:32.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:32.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:32.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:32.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:32.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:32.596 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 08:14:32.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:32.604 TRACE [main][WidgetHandler] Notify Table with event 13 08:14:32.604 TRACE [main][WidgetHandler] Wait for synchronization 08:14:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:32.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:32.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:32.607 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:32.607 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 08:14:32.607 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:32.607 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:32.607 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:32.607 INFO [main][AbstractShell] Close shell Testing shell 08:14:32.607 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:32.616 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:32.616 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:32.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:32.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:32.616 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:32.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:32.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:32.621 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:32.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:32.621 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:32.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:32.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:32.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:32.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:32.872 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 08:14:32.872 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:33.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:33.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:33.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:33.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:33.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:33.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:33.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:33.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:33.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:33.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:33.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:33.102 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 08:14:33.102 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:33.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:33.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:33.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:33.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:33.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:33.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:33.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:33.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:33.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:33.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:33.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:33.105 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 08:14:33.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:33.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:33.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:33.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:33.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:33.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:33.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:33.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:33.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:33.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:33.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:33.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:33.110 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:33.110 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 08:14:33.110 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:33.110 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:33.110 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:33.110 INFO [main][AbstractShell] Close shell Testing shell 08:14:33.110 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:33.119 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:33.119 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:33.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:33.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:33.119 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:33.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:33.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:33.130 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:33.130 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:33.130 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:33.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:33.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:33.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:33.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:33.375 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 08:14:33.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:33.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:33.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:33.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:33.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:33.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:33.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:33.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:33.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:33.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:33.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:33.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:33.600 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 08:14:33.601 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:33.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 08:14:33.601 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:33.601 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:33.601 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:33.601 INFO [main][AbstractShell] Close shell Testing shell 08:14:33.601 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:33.610 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:33.610 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:33.610 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:33.610 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:33.610 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:33.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:33.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:33.615 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:33.615 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:33.615 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:33.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:33.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:33.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:33.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:33.860 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 08:14:33.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:34.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:34.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:34.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:34.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:34.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:34.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:34.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:34.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:34.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:34.089 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:14:34.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:34.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:34.089 TRACE [main][WidgetHandler] Notify Table with event 13 08:14:34.089 TRACE [main][WidgetHandler] Wait for synchronization 08:14:34.089 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:34.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 08:14:34.089 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:34.089 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:34.089 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:34.089 INFO [main][AbstractShell] Close shell Testing shell 08:14:34.089 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:34.098 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:34.098 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:34.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:34.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:34.098 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:34.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:34.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:34.104 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:34.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:34.104 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:34.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:34.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:34.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:34.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:34.352 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 08:14:34.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:34.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:34.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:34.577 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:34.577 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:34.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:34.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:14:34.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:14:34.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:34.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:14:34.583 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 08:14:34.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:34.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:34.584 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:34.584 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 08:14:34.584 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:34.584 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:34.584 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:34.584 INFO [main][AbstractShell] Close shell Testing shell 08:14:34.584 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:34.593 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:34.593 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:34.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:34.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:34.593 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:34.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:34.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:34.599 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:34.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:34.599 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:34.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:34.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:34.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:34.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:34.858 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 08:14:34.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:35.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:35.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:35.083 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:35.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:35.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:35.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:35.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:35.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:35.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:35.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2... 08:14:35.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:35.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:35.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2 finished successfully 08:14:35.088 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:35.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 08:14:35.088 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:35.089 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:35.089 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:35.089 INFO [main][AbstractShell] Close shell Testing shell 08:14:35.089 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:35.099 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:35.099 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:35.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:35.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:35.099 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:35.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:35.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:35.105 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:35.105 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:35.105 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:35.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:35.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:35.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:35.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:35.360 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 08:14:35.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:35.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:35.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:35.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:35.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:35.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:35.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:35.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:35.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:35.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:35.586 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:35.586 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 08:14:35.587 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:35.587 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:35.587 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:35.587 INFO [main][AbstractShell] Close shell Testing shell 08:14:35.587 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:35.596 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:35.596 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:35.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:35.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:35.596 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:35.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:35.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:35.601 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:35.601 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:35.602 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:35.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:35.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:35.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:35.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:35.850 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 08:14:35.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:36.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:36.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:36.074 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:36.074 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:36.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:36.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:36.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:36.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:36.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:36.078 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') 08:14:36.078 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:36.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:36.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:36.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:36.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:36.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:36.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:36.078 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:14:36.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:14:36.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:36.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:36.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:36.081 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:36.081 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 08:14:36.081 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:36.082 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:36.082 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:36.082 INFO [main][AbstractShell] Close shell Testing shell 08:14:36.082 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:36.090 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:36.090 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:36.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:36.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:36.091 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:36.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:36.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:36.096 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:36.096 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:36.096 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:36.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:36.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:36.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:36.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:36.349 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 08:14:36.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:36.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:36.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:36.571 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:36.571 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:36.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:36.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:36.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:36.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:36.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:36.579 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 08:14:36.580 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:36.580 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 08:14:36.580 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:36.580 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:36.580 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:36.580 INFO [main][AbstractShell] Close shell Testing shell 08:14:36.580 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:36.589 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:36.589 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:36.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:36.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:36.590 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:36.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:36.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:36.596 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:36.596 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:36.596 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:36.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:36.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:36.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:36.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:36.845 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 08:14:36.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:37.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:37.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:37.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:37.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:37.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:37.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:37.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:37.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:37.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:37.067 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:14:37.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:37.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:37.075 TRACE [main][WidgetHandler] Notify Table with event 13 08:14:37.075 TRACE [main][WidgetHandler] Wait for synchronization 08:14:37.075 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:37.075 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 08:14:37.075 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:37.075 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:37.075 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:37.075 INFO [main][AbstractShell] Close shell Testing shell 08:14:37.075 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:37.085 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:37.085 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:37.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:37.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:37.085 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:37.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:37.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:37.090 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:37.090 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:37.091 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:37.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:37.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:37.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:37.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:37.344 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 08:14:37.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:37.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:37.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:37.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:37.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:37.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:37.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:37.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:37.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:37.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:37.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:37.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:37.574 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 08:14:37.574 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:37.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 08:14:37.574 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:37.574 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:37.574 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:37.574 INFO [main][AbstractShell] Close shell Testing shell 08:14:37.574 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:37.583 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:37.583 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:37.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:37.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:37.583 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:37.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:37.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:37.590 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:37.590 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:37.591 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:37.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:37.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:37.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:37.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:37.838 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 08:14:37.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:38.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:38.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:38.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:38.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:38.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:38.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:38.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:38.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:38.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:38.066 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:38.066 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 08:14:38.066 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:38.067 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:38.067 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:38.067 INFO [main][AbstractShell] Close shell Testing shell 08:14:38.067 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:38.076 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:38.076 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:38.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:38.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:38.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:38.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:38.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:38.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:38.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:38.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:38.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:38.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:38.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:38.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:38.328 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 08:14:38.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:38.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:38.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:38.555 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:38.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:38.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:38.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:38.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:38.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:38.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:38.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:38.565 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:38.565 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 08:14:38.565 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:38.565 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:38.565 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:38.565 INFO [main][AbstractShell] Close shell Testing shell 08:14:38.566 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:38.575 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:38.575 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:38.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:38.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:38.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:38.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:38.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:38.587 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:38.587 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:38.588 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:38.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:38.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:38.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:38.588 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:38.833 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 08:14:38.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:39.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:39.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:39.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:39.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:39.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:39.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:14:39.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:14:39.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:39.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:14:39.063 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:14:39.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:39.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:39.063 TRACE [main][WidgetHandler] Notify Table with event 13 08:14:39.063 TRACE [main][WidgetHandler] Wait for synchronization 08:14:39.063 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:39.063 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 08:14:39.063 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:39.063 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:39.063 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:39.063 INFO [main][AbstractShell] Close shell Testing shell 08:14:39.063 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:39.072 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:39.072 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:39.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:39.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:39.073 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:39.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:39.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:39.079 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:39.079 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:39.079 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:39.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:39.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:39.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:39.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:39.330 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 08:14:39.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:39.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:39.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:39.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:39.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:39.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:39.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:39.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:39.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:39.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:39.557 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:39.557 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 08:14:39.557 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:39.557 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:39.557 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:39.557 INFO [main][AbstractShell] Close shell Testing shell 08:14:39.557 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:39.566 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:39.566 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:39.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:39.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:39.566 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:39.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:39.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:39.572 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:39.572 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:39.573 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:39.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:39.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:39.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:39.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:39.822 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 08:14:39.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:40.047 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:40.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:40.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:40.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:40.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:40.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:40.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:40.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:40.051 INFO [WorkbenchTestable][AbstractTableItem] Double click table item x 08:14:40.053 TRACE [main][WidgetHandler] Notify Table with event 13 08:14:40.053 TRACE [main][WidgetHandler] Wait for synchronization 08:14:40.053 TRACE [main][WidgetHandler] Notify Table with event 8 08:14:40.053 TRACE [main][WidgetHandler] Wait for synchronization 08:14:40.054 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:40.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 08:14:40.054 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:40.055 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:40.055 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:40.055 INFO [main][AbstractShell] Close shell Testing shell 08:14:40.055 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:40.064 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:40.064 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:40.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:40.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:40.064 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:40.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:40.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:40.070 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:40.070 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:40.070 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:40.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:40.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:40.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:40.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:40.327 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 08:14:40.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:40.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:40.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:40.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:40.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:40.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:40.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:40.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:40.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:40.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:40.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:40.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:40.563 TRACE [main][WidgetHandler] Notify Table with event 13 08:14:40.563 TRACE [main][WidgetHandler] Wait for synchronization 08:14:40.563 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 08:14:40.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:40.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:40.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:40.563 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:40.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:40.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:40.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:40.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:40.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:40.567 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:40.568 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 08:14:40.568 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:40.568 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:40.568 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:40.568 INFO [main][AbstractShell] Close shell Testing shell 08:14:40.568 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:40.578 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:40.578 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:40.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:40.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:40.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:40.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:40.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:40.585 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:40.585 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:40.585 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:40.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:40.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:40.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:40.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:40.835 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 08:14:40.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:41.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:41.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:41.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:41.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:41.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:41.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:41.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:41.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:41.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:41.066 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4, 5) 08:14:41.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:41.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:41.066 TRACE [main][WidgetHandler] Notify Table with event 13 08:14:41.066 TRACE [main][WidgetHandler] Wait for synchronization 08:14:41.066 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:41.066 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 08:14:41.066 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:41.067 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:41.067 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:41.067 INFO [main][AbstractShell] Close shell Testing shell 08:14:41.067 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:41.076 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:41.076 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:41.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:41.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:41.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:41.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:41.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:41.082 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:41.082 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:41.082 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:41.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:41.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:41.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:41.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:41.335 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 08:14:41.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:41.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:41.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:41.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:41.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:41.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:41.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:41.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:41.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:41.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:41.566 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 08:14:41.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:41.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:41.566 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:41.566 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 08:14:41.566 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:41.566 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:41.566 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:41.566 INFO [main][AbstractShell] Close shell Testing shell 08:14:41.566 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:41.575 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:41.575 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:41.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:41.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:41.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:41.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:41.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:41.581 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:41.581 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:41.581 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:41.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:41.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:41.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:41.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:41.829 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 08:14:41.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:42.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:42.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:42.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:42.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:42.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:42.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:42.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:42.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:42.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:42.065 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 08:14:42.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:42.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:42.065 TRACE [main][WidgetHandler] Notify Table with event 13 08:14:42.065 TRACE [main][WidgetHandler] Wait for synchronization 08:14:42.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:42.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:42.067 INFO [WorkbenchTestable][AbstractTable] Deselect all table rows 08:14:42.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:42.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:42.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:42.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:42.070 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:42.070 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 08:14:42.070 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:42.070 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:42.070 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:42.070 INFO [main][AbstractShell] Close shell Testing shell 08:14:42.070 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:42.080 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:42.080 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:42.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:42.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:42.080 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:42.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:42.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:42.085 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:42.085 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:42.085 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:42.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:42.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:42.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:42.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:42.337 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 08:14:42.337 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:42.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:42.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:42.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:42.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:42.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:42.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:42.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:42.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:42.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:42.568 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 08:14:42.569 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:42.569 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 08:14:42.569 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:42.569 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:42.569 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:42.569 INFO [main][AbstractShell] Close shell Testing shell 08:14:42.569 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:42.579 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:42.579 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:42.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:42.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:42.579 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:42.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:42.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:42.585 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:42.585 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:42.586 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:42.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:42.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:42.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:42.586 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:42.837 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 08:14:42.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:43.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:43.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:43.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:43.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:43.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:43.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:43.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:43.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:43.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:43.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2... 08:14:43.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:43.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:43.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:43.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:44.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:44.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:44.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:44.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:45.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:45.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:45.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:45.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:46.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:46.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:46.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:46.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:47.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:47.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:48.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:48.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:48.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:48.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:49.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:49.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:49.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:49.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:50.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:50.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:50.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:50.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:51.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:51.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:51.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:51.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:52.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:52.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:52.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:52.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:53.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:14:53.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:14:53.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2 failed, an exception will be thrown 08:14:53.123 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:53.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 08:14:53.123 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:53.124 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:53.124 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:53.124 INFO [main][AbstractShell] Close shell Testing shell 08:14:53.124 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:53.133 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:53.134 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:53.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:53.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:53.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:53.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:53.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:53.140 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 08:14:53.140 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 08:14:53.140 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:53.140 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:53.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:53.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.066 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.537 s testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.506 s testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.504 s testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.507 s testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.49 s testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.509 s testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.485 s testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.489 s testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.495 s waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.506 s testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.496 s testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.494 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.494 s testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.499 s testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.49 s indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.506 s testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.491 s testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.493 s doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.497 s testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.515 s testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.497 s testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.499 s testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.504 s testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.5 s waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 10.554 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:53.150 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:53.151 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:53.151 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:53.151 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:53.152 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:53.152 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:53.156 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:53.156 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:53.156 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:53.157 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:53.157 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:53.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:53.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:53.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:53.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:53.335 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 08:14:53.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:53.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:53.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:53.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:53.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:53.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:53.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:53.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:53.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:53.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:53.499 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 08:14:53.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:53.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 08:14:53.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 08:14:53.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:53.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 08:14:53.499 INFO [WorkbenchTestable][AbstractTableItem] Set text array: [Ljava.lang.String;@478514d9 08:14:53.501 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:53.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 08:14:53.501 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:53.501 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:53.501 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:53.501 INFO [main][AbstractShell] Close shell Testing shell 08:14:53.501 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:53.508 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:53.508 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:53.508 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:53.508 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:53.508 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:53.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:53.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:53.515 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:53.515 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:53.515 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:53.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:53.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:53.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:53.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:53.686 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 08:14:53.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:53.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:53.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:53.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:53.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:53.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:53.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:53.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:53.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:53.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:53.855 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") 08:14:53.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:53.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:53.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:53.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:53.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:14:53.856 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:53.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 08:14:53.856 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:53.856 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:53.856 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:53.856 INFO [main][AbstractShell] Close shell Testing shell 08:14:53.856 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:53.864 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:53.864 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:53.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:53.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:53.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:53.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:53.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:53.870 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:53.870 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:53.870 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:53.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:53.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:53.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:53.870 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:54.039 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 08:14:54.039 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:54.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:54.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:54.204 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:54.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:54.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:54.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:54.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:54.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:54.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:14:54.204 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:54.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 08:14:54.204 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:54.204 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:54.205 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:54.205 INFO [main][AbstractShell] Close shell Testing shell 08:14:54.205 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:54.212 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:54.212 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:54.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:54.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:54.212 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:54.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:54.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:54.218 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:54.218 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:54.218 INFO [WorkbenchTestable][RequirementsRunner] Started test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:54.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:54.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:54.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:54.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:54.388 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") 08:14:54.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:54.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:54.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:54.550 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:54.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:54.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:54.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:54.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:54.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:54.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:14:54.551 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:54.551 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 08:14:54.551 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:54.551 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:54.551 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:54.551 INFO [main][AbstractShell] Close shell Testing shell 08:14:54.551 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:54.558 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:54.558 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:54.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:54.559 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:54.559 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:54.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:54.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:54.564 INFO [WorkbenchTestable][RequirementsRunner] Finished test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:54.564 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:54.564 INFO [WorkbenchTestable][RequirementsRunner] Started test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:54.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:54.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:54.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:54.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:54.733 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 08:14:54.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:54.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:54.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:54.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:54.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:54.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:54.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:54.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:54.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:54.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:54.908 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") 08:14:54.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:54.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:54.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:54.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:54.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:14:54.908 INFO [WorkbenchTestable][AbstractTableItem] Double click table item 1 2 08:14:54.908 TRACE [main][WidgetHandler] Notify Table with event 13 08:14:54.908 TRACE [main][WidgetHandler] Wait for synchronization 08:14:54.910 TRACE [main][WidgetHandler] Notify Table with event 3 08:14:54.910 TRACE [main][WidgetHandler] Wait for synchronization 08:14:54.910 TRACE [main][WidgetHandler] Notify Table with event 4 08:14:54.910 TRACE [main][WidgetHandler] Wait for synchronization 08:14:54.911 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:54.912 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 08:14:54.912 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:54.912 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:54.912 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:54.912 INFO [main][AbstractShell] Close shell Testing shell 08:14:54.912 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:54.923 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:54.923 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:54.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:54.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:54.923 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:54.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:54.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:54.930 INFO [WorkbenchTestable][RequirementsRunner] Finished test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:54.930 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:54.930 INFO [WorkbenchTestable][RequirementsRunner] Started test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:54.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:54.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:54.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:54.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:55.102 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 08:14:55.102 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:55.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:55.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:55.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:55.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:55.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:55.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:55.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:55.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:55.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 08:14:55.307 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:55.307 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 08:14:55.307 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:55.307 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:55.307 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:55.307 INFO [main][AbstractShell] Close shell Testing shell 08:14:55.307 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:55.317 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:55.318 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:55.318 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:55.318 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:55.318 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:55.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:55.336 INFO [WorkbenchTestable][RequirementsRunner] Finished test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:55.336 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:55.336 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:55.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:55.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:55.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:55.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:55.517 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 08:14:55.517 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:55.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:55.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:55.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:55.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:55.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:55.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:55.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:55.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:55.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:55.680 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 08:14:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:55.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:55.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:55.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:14:55.680 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:55.681 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 08:14:55.681 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:55.681 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:55.681 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:55.681 INFO [main][AbstractShell] Close shell Testing shell 08:14:55.681 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:55.688 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:55.688 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:55.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:55.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:55.688 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:55.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:55.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:55.694 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:55.694 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:55.694 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:55.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:55.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:55.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:55.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:55.863 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 08:14:55.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:56.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:56.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:14:56.030 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 08:14:56.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:56.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:56.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 08:14:56.031 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:56.031 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 08:14:56.031 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:56.031 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:56.031 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:56.031 INFO [main][AbstractShell] Close shell Testing shell 08:14:56.031 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:56.039 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:56.039 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:56.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:56.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:56.039 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:56.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.047 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:56.047 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:56.047 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:56.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:56.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:56.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:56.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:56.226 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 08:14:56.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 08:14:56.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 08:14:56.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 08:14:56.387 INFO [WorkbenchTestable][AbstractTableItem] Set text some text in columnin column 6 08:14:56.387 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 08:14:56.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 08:14:56.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 08:14:56.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 08:14:56.393 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:56.393 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 08:14:56.393 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:56.393 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:56.393 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:56.393 INFO [main][AbstractShell] Close shell Testing shell 08:14:56.393 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:56.401 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:56.401 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:56.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:56.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:56.401 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:56.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.407 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:56.407 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:56.407 INFO [WorkbenchTestable][RequirementsRunner] Started test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:56.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:56.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:56.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:56.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:56.581 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 08:14:56.581 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:56.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:56.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:14:56.742 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 08:14:56.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:14:56.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 08:14:56.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 08:14:56.742 INFO [WorkbenchTestable][AbstractTableItem] Set text some text 08:14:56.750 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 08:14:56.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 08:14:56.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 08:14:56.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 08:14:56.751 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:56.751 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 08:14:56.752 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:56.752 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:56.752 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:56.752 INFO [main][AbstractShell] Close shell Testing shell 08:14:56.752 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:56.759 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:56.759 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:56.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:56.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:56.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:56.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.772 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 08:14:56.772 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 08:14:56.772 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:56.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:56.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.624 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.357 s referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.355 s defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.348 s text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.346 s click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.366 s index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.406 s referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.358 s referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.353 s setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.36 s setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.365 s Running org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:56.779 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:56.780 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:56.780 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:56.780 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:56.780 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:56.780 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:56.780 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:56.780 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:56.780 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:56.781 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:56.781 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:56.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:56.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:56.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:56.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:56.813 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 08:14:56.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:56.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:56.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 08:14:56.831 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:") 08:14:56.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.831 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:56.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:56.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:14:56.839 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:56.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 08:14:56.839 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:56.841 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:56.841 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:56.841 INFO [main][AbstractShell] Close shell Testing shell 08:14:56.841 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:56.851 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:56.851 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:56.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:56.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:56.851 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:56.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.859 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:56.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:56.859 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:56.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:56.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:56.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:56.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:56.883 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') 08:14:56.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.898 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:56.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:14:56.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:14:56.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:14:56.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 08:14:56.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:56.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:14:56.901 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 08:14:56.903 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:56.903 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 08:14:56.903 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:56.904 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:56.904 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:56.904 INFO [main][AbstractShell] Close shell Testing shell 08:14:56.904 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:56.912 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:56.912 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:56.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:56.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:56.912 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:56.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.927 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:56.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:56.927 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:56.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:56.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:56.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:56.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:56.952 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") 08:14:56.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:56.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:56.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:14:56.970 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 08:14:56.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:56.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:14:56.971 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") 08:14:56.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:56.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:56.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:14:56.973 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 08:14:56.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:56.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:56.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 08:14:56.974 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") 08:14:56.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.974 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:56.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:56.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:14:56.976 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 08:14:56.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:14:56.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:14:56.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 2 was found 08:14:56.976 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") 08:14:56.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.977 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:56.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:56.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:14:56.983 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 08:14:56.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:56.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:56.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:56.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:56.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:14:56.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:14:56.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:56.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 3 was found 08:14:56.984 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:56.984 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 08:14:56.984 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:56.985 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:56.985 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:56.985 INFO [main][AbstractShell] Close shell Testing shell 08:14:56.985 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:56.992 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:56.992 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:56.992 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:56.992 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:56.992 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:56.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:56.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:56.998 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:56.998 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:56.998 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:56.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:56.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:56.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:56.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:57.016 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") 08:14:57.016 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:57.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:57.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:57.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:57.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:57.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:57.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:57.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:57.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:57.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:14:57.039 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 08:14:57.039 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:57.039 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 08:14:57.039 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:57.040 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:57.040 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:57.040 INFO [main][AbstractShell] Close shell Testing shell 08:14:57.040 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:57.047 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:57.047 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:57.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:57.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:57.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:57.053 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:57.053 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:57.053 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:57.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:57.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:57.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:57.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:57.071 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") 08:14:57.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:57.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:57.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:57.087 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:57.087 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:57.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:57.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:57.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:57.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:57.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:14:57.091 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 2 08:14:57.092 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 08:14:57.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:57.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:57.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:57.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:57.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:57.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:57.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:57.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:57.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:57.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:57.092 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:57.093 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:57.093 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 08:14:57.093 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:57.093 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:57.093 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:57.093 INFO [main][AbstractShell] Close shell Testing shell 08:14:57.093 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:57.100 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:57.100 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:57.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:57.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:57.100 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:57.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:57.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:57.106 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:57.106 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:57.106 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:57.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:57.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:57.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:57.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:57.128 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 08:14:57.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:57.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:57.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:57.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:57.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:57.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:57.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:14:57.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:14:57.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:57.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 08:14:57.141 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 1 08:14:57.142 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:57.142 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 08:14:57.142 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:57.142 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:57.142 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:57.142 INFO [main][AbstractShell] Close shell Testing shell 08:14:57.142 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:57.149 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:57.149 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:57.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:57.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:57.149 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:57.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:57.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:57.155 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:57.155 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:57.155 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:57.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:57.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:57.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:57.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:57.172 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 08:14:57.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:57.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:57.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:57.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:57.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:57.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:57.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:14:57.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:14:57.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:14:57.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:14:58.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:14:58.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:14:58.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:14:58.190 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 5 was not found 08:14:58.190 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:58.190 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 08:14:58.191 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:58.191 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:58.191 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:58.191 INFO [main][AbstractShell] Close shell Testing shell 08:14:58.191 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:58.198 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:58.198 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:58.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:58.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:58.198 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:58.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:58.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:58.205 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:58.205 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:58.205 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:58.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:58.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:58.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:58.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:58.224 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_&*") 08:14:58.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:58.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:58.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:58.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:58.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:58.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:58.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:58.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:58.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:58.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:59.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:59.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:14:59.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:14:59.250 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was not found 08:14:59.250 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:59.250 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 08:14:59.250 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:59.250 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:59.250 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:59.250 INFO [main][AbstractShell] Close shell Testing shell 08:14:59.250 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:59.259 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:59.259 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:59.259 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:59.259 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:59.259 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.274 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:59.274 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:59.274 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:59.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:59.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:59.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:59.274 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:59.295 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") 08:14:59.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:59.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:59.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:59.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:59.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:59.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:59.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:59.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:14:59.309 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Item23 08:14:59.310 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 08:14:59.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:59.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:59.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:59.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:59.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:59.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:59.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:59.311 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:59.311 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:59.311 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 08:14:59.311 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:59.312 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:59.312 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:59.312 INFO [main][AbstractShell] Close shell Testing shell 08:14:59.312 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:59.319 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:59.319 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:59.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:59.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:59.319 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:59.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.325 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 08:14:59.325 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 08:14:59.325 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:59.325 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:59.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.547 s - in org.eclipse.reddeer.swt.test.impl.combo.ComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.078 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.068 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.071 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.055 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.053 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.049 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.05 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.069 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.051 s Running org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:14:59.332 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:14:59.332 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:14:59.332 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:59.332 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:14:59.332 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:59.332 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:14:59.333 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:59.333 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:14:59.333 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:59.333 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:59.333 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:14:59.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:14:59.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:59.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:59.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:59.519 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 08:14:59.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:59.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:59.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:59.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:59.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:14:59.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:14:59.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:59.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 2 was found 08:14:59.529 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 2 08:14:59.532 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 08:14:59.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:59.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:59.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:59.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:59.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:59.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:59.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:59.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:14:59.533 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:14:59.533 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:59.534 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 08:14:59.534 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:59.534 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:59.534 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:59.534 INFO [main][AbstractShell] Close shell Testing shell 08:14:59.534 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:59.540 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:59.540 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:59.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:14:59.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:59.540 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:59.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.553 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:14:59.553 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:59.553 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:14:59.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:14:59.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:59.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:59.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:59.580 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 08:14:59.580 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:59.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:59.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:59.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:59.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:59.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:59.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:59.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 08:14:59.592 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:59.592 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 08:14:59.592 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:59.593 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:59.593 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:59.593 INFO [main][AbstractShell] Close shell Testing shell 08:14:59.593 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:59.597 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:59.597 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:59.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:14:59.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:59.597 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:59.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.609 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:14:59.610 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:59.610 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:14:59.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:14:59.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:59.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:59.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:59.626 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 08:14:59.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:59.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:59.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:59.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:59.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:14:59.638 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 08:14:59.638 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 08:14:59.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:59.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:59.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:59.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:59.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:59.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:59.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 08:14:59.640 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:59.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 08:14:59.641 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:59.641 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:59.641 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:59.641 INFO [main][AbstractShell] Close shell Testing shell 08:14:59.641 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:59.646 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:59.646 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:59.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:14:59.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:59.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:59.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.660 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:14:59.660 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:59.660 INFO [WorkbenchTestable][RequirementsRunner] Started test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:14:59.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:14:59.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:59.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:59.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:59.677 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") 08:14:59.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:59.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:59.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:59.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:59.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:59.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:59.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:59.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:14:59.689 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") 08:14:59.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:59.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:59.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:59.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:59.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:59.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:59.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:59.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:14:59.689 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 08:14:59.690 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 08:14:59.691 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:59.691 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 08:14:59.691 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:59.691 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:59.691 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:59.691 INFO [main][AbstractShell] Close shell Testing shell 08:14:59.691 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:59.696 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:59.696 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:59.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:14:59.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:59.696 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:59.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.701 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:14:59.702 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:59.702 INFO [WorkbenchTestable][RequirementsRunner] Started test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:14:59.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:14:59.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:59.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:59.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:59.725 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 08:14:59.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:59.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:59.737 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:59.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:59.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:14:59.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:14:59.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:14:59.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 08:14:59.737 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:14:59.738 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 08:14:59.738 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:14:59.738 DEBUG [main][AbstractWait] Waiting until shell is active... 08:14:59.738 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:14:59.738 INFO [main][AbstractShell] Close shell Testing shell 08:14:59.738 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:14:59.743 DEBUG [main][AbstractWait] Waiting while shell is available... 08:14:59.743 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:14:59.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:14:59.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:14:59.743 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:14:59.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.750 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:14:59.750 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:14:59.750 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:14:59.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:14:59.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:14:59.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:14:59.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:14:59.777 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 08:14:59.777 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:14:59.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:14:59.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:14:59.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:14:59.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:14:59.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:14:59.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:14:59.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:15:00.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:15:00.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:15:00.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:15:00.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:15:00.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:15:00.803 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 5 was not found 08:15:00.804 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:00.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 08:15:00.804 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:00.804 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:00.804 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:00.804 INFO [main][AbstractShell] Close shell Testing shell 08:15:00.804 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:00.809 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:00.809 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:00.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:15:00.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:00.809 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:00.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:00.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:00.815 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:15:00.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:00.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:15:00.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:15:00.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:00.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:00.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:00.837 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_#$") 08:15:00.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:00.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:00.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:00.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:00.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:00.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:00.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:00.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:15:01.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:01.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:15:01.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:01.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:15:01.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:15:01.850 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was not found 08:15:01.850 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:01.850 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 08:15:01.850 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:01.851 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:01.851 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:01.851 INFO [main][AbstractShell] Close shell Testing shell 08:15:01.851 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:01.855 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:01.856 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:01.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:15:01.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:01.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:01.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:01.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:01.862 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:15:01.862 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:01.862 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:15:01.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:15:01.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:01.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:01.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:01.881 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") 08:15:01.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:01.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:01.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:01.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:01.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:01.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:01.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:01.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:01.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:01.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 08:15:01.896 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 08:15:01.897 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 08:15:01.897 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:01.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:01.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:01.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:01.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:01.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:01.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:01.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:01.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:01.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:15:01.897 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:15:01.898 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:01.898 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 08:15:01.898 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:01.898 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:01.898 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:01.898 INFO [main][AbstractShell] Close shell Testing shell 08:15:01.898 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:01.903 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:01.903 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:01.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:15:01.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:01.903 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:01.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:01.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:01.918 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 08:15:01.918 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 08:15:01.918 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:01.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:01.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:01.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.587 s - in org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.22 s getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.056 s getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.05 s isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.041 s tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.048 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.065 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.056 s Running org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:01.925 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:01.925 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:15:01.926 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:01.926 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:01.926 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:01.926 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:15:01.926 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:01.926 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:15:01.926 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:01.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:01.927 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:15:01.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:01.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:01.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:01.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:01.939 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 08:15:01.940 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:01.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:01.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:01.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:01.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:01.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:01.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:01.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:01.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:01.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:15:01.953 TRACE [main][WidgetHandler] Notify List with event 13 08:15:01.953 TRACE [main][WidgetHandler] Wait for synchronization 08:15:01.959 TRACE [main][WidgetHandler] Notify List with event 13 08:15:01.959 TRACE [main][WidgetHandler] Wait for synchronization 08:15:01.959 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:01.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 08:15:01.959 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:01.960 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:01.960 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:01.960 INFO [main][AbstractShell] Close shell Testing shell 08:15:01.960 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:01.963 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:01.963 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:01.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:01.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:01.963 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:01.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:01.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:01.975 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:15:01.975 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:01.975 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:15:01.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:01.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:01.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:01.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:01.985 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 08:15:01.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:01.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:01.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:01.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:01.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:01.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:01.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:01.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:01.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:01.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:15:01.999 TRACE [main][WidgetHandler] Notify List with event 13 08:15:01.999 TRACE [main][WidgetHandler] Wait for synchronization 08:15:01.999 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:01.999 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 08:15:01.999 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:02.000 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:02.000 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:02.000 INFO [main][AbstractShell] Close shell Testing shell 08:15:02.000 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:02.004 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:02.004 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:02.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:02.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:02.004 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:02.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.016 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:15:02.016 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:02.016 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:15:02.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:02.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:02.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:02.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:02.023 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 08:15:02.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:02.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.033 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:02.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:02.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:02.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:02.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:02.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:02.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:15:02.035 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:02.035 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 08:15:02.035 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:02.035 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:02.035 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:02.035 INFO [main][AbstractShell] Close shell Testing shell 08:15:02.035 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:02.038 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:02.038 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:02.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:02.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:02.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:15:02.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:02.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:15:02.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:02.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:02.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:02.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:02.057 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 08:15:02.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:02.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:02.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:02.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:02.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:02.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:02.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:02.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:15:02.070 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 08:15:02.074 TRACE [main][WidgetHandler] Notify List with event 13 08:15:02.074 TRACE [main][WidgetHandler] Wait for synchronization 08:15:02.075 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:02.075 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 08:15:02.075 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:02.075 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:02.075 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:02.075 INFO [main][AbstractShell] Close shell Testing shell 08:15:02.075 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:02.078 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:02.078 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:02.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:02.079 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:02.079 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:02.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.084 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:15:02.084 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:02.084 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:15:02.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:02.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:02.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:02.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:02.094 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 08:15:02.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:02.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:02.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:02.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:02.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:02.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:02.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:02.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:15:02.102 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') 08:15:02.102 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:02.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:02.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:02.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:02.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:02.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 08:15:02.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:02.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:02.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:15:02.102 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:02.102 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 08:15:02.102 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:02.103 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:02.103 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:02.103 INFO [main][AbstractShell] Close shell Testing shell 08:15:02.103 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:02.105 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:02.105 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:02.105 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:02.106 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:02.106 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.119 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:15:02.119 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:02.119 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:15:02.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:02.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:02.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:02.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:02.131 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 08:15:02.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:02.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.143 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:02.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:02.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:02.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:02.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:02.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:02.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:15:02.144 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 3) 08:15:02.144 TRACE [main][WidgetHandler] Notify List with event 13 08:15:02.145 TRACE [main][WidgetHandler] Wait for synchronization 08:15:02.146 TRACE [main][WidgetHandler] Notify List with event 13 08:15:02.146 TRACE [main][WidgetHandler] Wait for synchronization 08:15:02.146 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:02.146 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 08:15:02.146 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:02.146 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:02.146 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:02.146 INFO [main][AbstractShell] Close shell Testing shell 08:15:02.146 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:02.150 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:02.150 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:02.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:02.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:02.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:02.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.165 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:15:02.165 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:02.165 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:15:02.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:02.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:02.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:02.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:02.172 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 08:15:02.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:02.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:02.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:02.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:02.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 08:15:02.183 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 08:15:02.183 TRACE [main][WidgetHandler] Notify List with event 13 08:15:02.183 TRACE [main][WidgetHandler] Wait for synchronization 08:15:02.184 TRACE [main][WidgetHandler] Notify List with event 13 08:15:02.184 TRACE [main][WidgetHandler] Wait for synchronization 08:15:02.184 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:02.184 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 08:15:02.184 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:02.185 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:02.185 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:02.185 INFO [main][AbstractShell] Close shell Testing shell 08:15:02.185 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:02.188 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:02.188 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:02.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:02.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:02.188 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:02.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.198 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 08:15:02.198 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 08:15:02.198 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:02.198 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:02.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s - in org.eclipse.reddeer.swt.test.impl.list.DefaultListTest testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.048 s testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.041 s testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.032 s testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.036 s testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.035 s testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.046 s testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:15:02.203 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:15:02.204 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:15:02.204 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:02.204 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:15:02.204 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:02.204 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:15:02.207 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:02.207 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:15:02.207 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:02.207 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:02.208 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:15:02.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:15:02.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:02.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:02.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:02.237 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 08:15:02.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:02.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:02.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:02.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:02.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:15:02.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:15:02.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:02.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 2 was found 08:15:02.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 2 08:15:02.251 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 08:15:02.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:02.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:02.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:02.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:02.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:02.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:02.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:02.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:15:02.252 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:15:02.253 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 08:15:02.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.254 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:02.254 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:02.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:02.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:02.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:02.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 08:15:02.255 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:02.255 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 08:15:02.255 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:02.255 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:02.256 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:02.256 INFO [main][AbstractShell] Close shell Testing shell 08:15:02.256 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:02.261 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:02.261 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:02.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:15:02.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:02.261 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:02.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.268 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:15:02.268 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:02.268 INFO [WorkbenchTestable][RequirementsRunner] Started test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:15:02.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:15:02.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:02.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:02.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:02.284 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 08:15:02.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:02.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:02.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:02.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:02.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:15:02.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:15:02.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:02.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was found 08:15:02.300 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Item 3 08:15:02.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 3 08:15:02.301 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:15:02.302 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 08:15:02.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:02.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:02.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:02.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:02.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:02.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:02.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:15:02.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:15:02.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:15:02.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:15:03.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:15:03.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:15:03.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:15:03.305 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was not found 08:15:03.305 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:03.305 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 08:15:03.305 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:03.305 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:03.305 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:03.305 INFO [main][AbstractShell] Close shell Testing shell 08:15:03.305 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:03.312 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:03.312 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:03.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:15:03.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:03.313 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:03.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:03.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:03.321 INFO [WorkbenchTestable][RequirementsRunner] Finished test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:15:03.321 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:03.321 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:15:03.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:15:03.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:03.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:03.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:03.338 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 08:15:03.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:03.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:03.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:03.353 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:03.353 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:03.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:03.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:15:03.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:15:03.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:15:03.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:15:04.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 08:15:04.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 08:15:04.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:15:04.356 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 5 was not found 08:15:04.356 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:04.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 08:15:04.356 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:04.356 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:04.356 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:04.356 INFO [main][AbstractShell] Close shell Testing shell 08:15:04.356 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:04.362 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:04.362 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:04.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:15:04.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:04.362 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:04.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:04.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:04.368 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:15:04.368 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:04.368 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:15:04.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:15:04.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:04.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:04.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:04.484 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_#$") 08:15:04.484 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:04.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:04.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:04.500 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:04.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:04.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:04.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:04.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:15:05.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:05.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:15:05.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:05.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:15:05.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:15:05.503 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was not found 08:15:05.503 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:05.503 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 08:15:05.503 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:05.503 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:05.503 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:05.503 INFO [main][AbstractShell] Close shell Testing shell 08:15:05.503 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:05.509 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:05.509 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:05.509 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:15:05.509 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:05.509 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:05.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:05.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:05.515 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:15:05.515 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:05.515 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:15:05.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:15:05.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:05.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:05.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:05.530 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") 08:15:05.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:05.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:05.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:05.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:05.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:05.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:05.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:15:05.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 1 08:15:05.548 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 08:15:05.548 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:05.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:05.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:05.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:05.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:05.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:05.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:05.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:05.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:05.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:15:05.548 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:15:05.549 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 08:15:05.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:05.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:05.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:05.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:05.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:05.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:05.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:05.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:05.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:05.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 08:15:05.549 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:05.549 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 08:15:05.549 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:05.550 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:05.550 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:05.550 INFO [main][AbstractShell] Close shell Testing shell 08:15:05.550 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:05.555 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:05.555 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:05.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:15:05.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:05.555 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:05.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:05.571 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 08:15:05.571 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 08:15:05.571 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:05.571 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.368 s - in org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.061 s close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.053 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.047 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.147 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.056 s Running org.eclipse.reddeer.swt.test.DummyTest 08:15:05.579 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.DummyTest 08:15:05.579 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:15:05.579 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:05.579 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:15:05.579 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:05.579 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:15:05.580 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:05.580 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:15:05.580 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:05.580 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:05.580 INFO [WorkbenchTestable][RequirementsRunner] Started test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 08:15:05.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:15:05.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:05.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:05.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:05.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:15:05.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:05.580 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:05.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:05.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:05.581 INFO [WorkbenchTestable][RequirementsRunner] Finished test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 08:15:05.581 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 08:15:05.581 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:05.581 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:05.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:05.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.swt.test.DummyTest dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) Time elapsed: 0.001 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 08:15:05.592 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:15:05.592 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:15:05.593 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:05.593 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:15:05.593 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:05.593 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:15:05.593 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:05.593 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:15:05.593 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:05.593 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:05.593 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:15:05.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:15:05.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:05.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:05.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:05.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:05.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:05.614 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:05.615 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 08:15:05.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:05.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:15:05.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:15:05.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:05.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 2 was found 08:15:05.615 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:05.615 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 08:15:05.615 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:05.615 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:05.615 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:05.615 INFO [main][AbstractShell] Close shell Testing shell 08:15:05.615 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:05.620 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:05.620 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:05.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:15:05.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:05.620 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:05.636 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:15:05.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:05.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:15:05.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:15:05.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:05.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:05.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:05.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:05.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:05.655 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:05.655 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') 08:15:05.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:05.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:05.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:05.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:05.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:15:05.656 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:05.656 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 08:15:05.656 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:05.656 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:05.656 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:05.656 INFO [main][AbstractShell] Close shell Testing shell 08:15:05.656 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:05.660 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:05.660 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:05.660 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:15:05.660 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:05.660 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:05.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:15:05.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:05.668 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:15:05.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:15:05.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:05.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:05.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:05.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:05.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:05.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:05.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:05.693 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") 08:15:05.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:05.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:05.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:05.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:05.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:15:05.702 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:05.702 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 08:15:05.702 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:05.702 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:05.702 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:05.702 INFO [main][AbstractShell] Close shell Testing shell 08:15:05.702 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:05.705 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:05.705 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:05.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:15:05.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:05.705 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:05.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:07.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 08:15:07.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 08:15:08.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 08:15:08.209 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:15:08.209 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:08.209 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:15:08.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:15:08.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:08.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:08.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:08.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:08.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:08.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:08.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 following matchers specified (Matcher matching widget which tooltip matches: "PUSH tooltip") 08:15:08.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:08.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:08.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:08.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:08.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:15:08.237 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:08.237 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 08:15:08.237 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:08.237 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:08.237 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:08.237 INFO [main][AbstractShell] Close shell Testing shell 08:15:08.237 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:08.242 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:08.242 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:08.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:15:08.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:08.242 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:08.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:08.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:08.249 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:15:08.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:08.249 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:15:08.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:15:08.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:08.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:08.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:08.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:08.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:08.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:08.282 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 08:15:08.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:08.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:08.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:08.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:08.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found PUSH tooltip 08:15:08.283 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:08.283 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 08:15:08.283 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:08.283 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:08.283 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:08.283 INFO [main][AbstractShell] Close shell Testing shell 08:15:08.283 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:08.287 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:08.287 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:08.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:15:08.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:08.287 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:08.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:08.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:08.292 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 08:15:08.292 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 08:15:08.292 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:08.292 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:08.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:08.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.7 s - in org.eclipse.reddeer.swt.test.toolitem.ToolItemTest constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.043 s constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.032 s WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 2.541 s testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.04 s constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.043 s Running org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:08.298 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:08.299 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:15:08.299 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:08.299 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:08.299 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:08.299 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:15:08.300 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:08.300 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:15:08.300 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:08.300 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:08.300 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:15:08.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:08.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:08.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:08.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:08.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 08:15:08.322 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:08.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:08.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:08.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:08.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:08.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:08.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:08.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX]... 08:15:08.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:08.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:08.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:15:08.342 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:15:08.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:08.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:08.843 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:15:08.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:15:08.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:15:08.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:08.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:15:08.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:08.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:15:09.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:15:09.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:15:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:09.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:15:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:09.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:15:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:15:09.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:15:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:09.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:15:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:09.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:15:09.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX] failed, an exception will be thrown 08:15:09.347 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:09.347 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 08:15:09.348 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:09.348 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:09.348 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:09.348 INFO [main][AbstractShell] Close shell Testing shell 08:15:09.348 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:09.352 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:09.352 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:09.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:09.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:09.352 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:09.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:09.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:09.358 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:15:09.358 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:09.358 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:15:09.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:09.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:09.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:09.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:09.368 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 08:15:09.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:09.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:09.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:09.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:09.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:09.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:09.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:09.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:09.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:09.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:09.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 08:15:09.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:09.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:09.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:15:09.395 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:15:09.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:09.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:09.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:15:09.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:15:09.898 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:15:09.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:09.899 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:15:09.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:09.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:15:09.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:15:09.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:15:09.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:10.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:10.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:15:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:15:10.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:15:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:10.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:15:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:10.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:15:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 08:15:10.402 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 08:15:10.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:10.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:10.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:10.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:10.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:10.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 08:15:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 08:15:10.403 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:15:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:10.403 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:15:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:10.403 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:15:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 08:15:10.403 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:15:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:10.403 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:15:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:10.403 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:15:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 08:15:10.403 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:15:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:10.403 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:15:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:10.403 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:15:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 08:15:10.403 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:15:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:10.403 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:15:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:10.403 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:15:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 08:15:10.403 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:10.403 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 08:15:10.403 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:10.404 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:10.404 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:10.404 INFO [main][AbstractShell] Close shell Testing shell 08:15:10.404 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:10.407 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:10.407 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:10.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:10.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:10.407 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:10.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:10.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:10.413 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:15:10.413 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:10.413 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:15:10.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:10.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:10.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:10.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:10.438 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 08:15:10.438 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:10.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:10.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:10.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:10.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:10.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:10.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:10.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:10.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:10.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 08:15:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 08:15:10.455 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 08:15:10.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:10.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:10.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:10.456 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:10.456 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:10.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:10.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:10.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:10.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:10.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:10.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 08:15:10.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:10.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:10.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 08:15:10.456 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:10.456 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 08:15:10.456 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:10.456 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:10.456 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:10.456 INFO [main][AbstractShell] Close shell Testing shell 08:15:10.456 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:10.460 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:10.460 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:10.460 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:10.460 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:10.460 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:10.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:10.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:10.478 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:15:10.478 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:10.478 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:15:10.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:10.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:10.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:10.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:10.488 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 08:15:10.488 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:10.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:10.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:10.503 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:10.503 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:10.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:10.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:10.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:10.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:10.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:10.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA]... 08:15:10.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:10.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:11.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:11.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:11.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:11.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:11.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA] failed, NO exception will be thrown 08:15:11.506 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:11.506 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 08:15:11.506 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:11.506 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:11.507 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:11.507 INFO [main][AbstractShell] Close shell Testing shell 08:15:11.507 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:11.512 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:11.512 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:11.512 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:11.512 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:11.512 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:11.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:11.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:11.537 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:15:11.537 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:11.538 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:15:11.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:11.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:11.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:11.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:11.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 08:15:11.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:11.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:11.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:11.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:11.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:11.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:11.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:11.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:11.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:11.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:11.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 08:15:11.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:11.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:12.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:12.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:12.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:12.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 08:15:12.578 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 08:15:12.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:12.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:12.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:12.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:12.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:12.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 08:15:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:13.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:13.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:13.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:13.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:13.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 08:15:13.579 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:13.579 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 08:15:13.579 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:13.580 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:13.580 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:13.580 INFO [main][AbstractShell] Close shell Testing shell 08:15:13.580 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:13.584 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:13.584 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:13.584 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:13.584 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:13.584 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:13.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:13.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:13.590 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:15:13.590 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:13.591 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:15:13.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:13.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:13.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:13.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:13.610 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 08:15:13.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:13.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:13.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:13.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:13.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:13.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:13.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:13.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:13.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:13.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:13.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null... 08:15:15.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null failed, an exception will be thrown 08:15:15.128 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:15.128 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 08:15:15.128 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:15.129 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:15.129 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:15.129 INFO [main][AbstractShell] Close shell Testing shell 08:15:15.129 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:15.134 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:15.134 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:15.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:15.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:15.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:15.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:15.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:15.140 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:15:15.140 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:15.140 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:15:15.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:15.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:15.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:15.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:15.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 08:15:15.167 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:15.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:15.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:15.185 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:15.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:15.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:15.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:15.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:15.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:15.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:15.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 08:15:16.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] failed, an exception will be thrown 08:15:16.689 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:16.689 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 08:15:16.689 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:16.689 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:16.689 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:16.689 INFO [main][AbstractShell] Close shell Testing shell 08:15:16.689 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:16.693 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:16.693 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:16.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:16.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:16.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:16.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:16.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:16.698 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 08:15:16.698 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 08:15:16.698 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:16.698 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:16.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:16.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.401 s - in org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.057 s testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.055 s testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 0.065 s testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.059 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.549 s testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.558 s Running org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest 08:15:16.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:15:16.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:15:16.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:15:16.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:16.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:16.732 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:15:16.732 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:15:16.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:16.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:16.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:15:16.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:15:16.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:15:16.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:16.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:16.766 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:15:16.766 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:15:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:16.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:16.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:15:16.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:15:16.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:15:16.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:16.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:16.809 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'shell' 08:15:16.810 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'shell' 08:15:16.810 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:15:16.810 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:15:16.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:16.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:16.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:15:16.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:15:16.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:15:16.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:16.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:16.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:15:16.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:15:16.837 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:15:16.837 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:15:16.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:16.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:15:16.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:15:16.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:15:16.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:16.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:16.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:15:18.355 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 08:15:18.355 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:15:18.355 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:15:18.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:18.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:18.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:15:18.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:15:18.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:15:18.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:18.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:18.383 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:15:18.383 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:15:18.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:18.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:18.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:15:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:15:18.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:15:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:18.400 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:15:18.400 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:15:18.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:18.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:18.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:15:18.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:15:18.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:15:18.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:18.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:18.449 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:15:18.449 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:15:18.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:18.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:18.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:15:18.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:15:18.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:15:18.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:18.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:18.486 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:15:18.486 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:15:18.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:18.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:18.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:15:18.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:15:18.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:15:18.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:18.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:18.516 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:15:18.516 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:15:18.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:18.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:18.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:15:18.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:15:18.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:15:18.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:18.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:18.552 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:15:18.552 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:15:18.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:18.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:18.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 08:15:18.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 08:15:18.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 08:15:18.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:18.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:18.585 INFO [WorkbenchTestable][AbstractShell] Close shell shell 08:15:18.585 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 08:15:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:18.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.889 s - in org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest testGetResultShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.045 s testShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.035 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.027 s testWaitWhile(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 1.519 s testClosedShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.027 s testShellWithMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.027 s testGetResultNull(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.041 s testShellWithTextUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.035 s testShellWithLabelMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.032 s testShellWithMatcher(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.036 s testGetResultShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.031 s Running org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:18.597 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:18.598 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:15:18.598 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:18.598 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:18.598 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:18.598 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:15:18.598 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:18.598 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:15:18.598 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:18.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:18.599 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:18.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:18.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:18.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:18.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:18.712 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 08:15:18.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:18.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:18.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:18.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:18.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:18.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:18.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:18.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:18.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:18.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:15:18.801 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:18.801 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 08:15:18.801 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:18.802 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:18.802 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:18.802 INFO [main][AbstractShell] Close shell Testing shell 08:15:18.802 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:18.808 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:18.808 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:18.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:18.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:18.808 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:18.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:18.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:18.814 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:18.814 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:18.814 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:18.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:18.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:18.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:18.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:18.901 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 08:15:18.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:18.988 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:18.988 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:18.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:18.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:18.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:15:18.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:15:18.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:15:18.991 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:18.991 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 08:15:18.991 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:18.992 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:18.992 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:18.992 INFO [main][AbstractShell] Close shell Testing shell 08:15:18.992 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:18.998 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:18.998 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:18.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:18.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:18.998 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:19.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:19.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:19.003 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:19.003 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:19.003 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:19.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:19.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:19.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:19.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:19.100 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 08:15:19.100 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:19.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:19.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:19.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:19.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:19.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:19.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:19.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:19.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:19.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:15:19.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:15:19.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:15:19.187 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:19.187 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 08:15:19.187 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:19.188 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:19.188 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:19.188 INFO [main][AbstractShell] Close shell Testing shell 08:15:19.188 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:19.194 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:19.194 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:19.194 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:19.194 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:19.194 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:19.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:19.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:19.199 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:19.199 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:19.199 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:19.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:19.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:19.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:19.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:19.286 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 08:15:19.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:19.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:19.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:19.373 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:19.373 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:19.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:19.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:15:19.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:15:19.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:19.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:15:19.377 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:19.377 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 08:15:19.377 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:19.377 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:19.377 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:19.377 INFO [main][AbstractShell] Close shell Testing shell 08:15:19.377 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:19.383 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:19.383 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:19.383 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:19.383 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:19.383 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:19.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:19.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:19.388 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:19.388 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:19.388 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:19.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:19.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:19.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:19.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:19.484 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 08:15:19.484 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:19.568 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:19.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:19.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:19.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:19.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:15:19.569 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:19.570 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 08:15:19.570 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:19.570 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:19.570 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:19.570 INFO [main][AbstractShell] Close shell Testing shell 08:15:19.570 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:19.576 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:19.576 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:19.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:19.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:19.576 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:19.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:19.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:19.582 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:19.582 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:19.582 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:19.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:19.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:19.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:19.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:19.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 08:15:19.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:19.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:19.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:19.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:19.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:19.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:19.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:19.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:19.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:15:19.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:15:19.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:15:19.788 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:19.789 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 08:15:19.789 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:19.789 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:19.789 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:19.789 INFO [main][AbstractShell] Close shell Testing shell 08:15:19.789 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:19.796 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:19.796 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:19.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:19.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:19.796 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:19.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:19.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:19.813 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:19.813 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:19.814 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:19.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:19.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:19.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:19.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:19.902 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 08:15:19.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:19.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:19.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:19.986 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:19.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:19.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:19.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:19.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:19.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:19.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:15:19.987 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 08:15:19.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:19.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:19.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:19.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:19.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:19.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:19.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:19.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:19.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:19.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:15:19.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:15:19.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:15:19.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:15:19.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:15:19.990 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:19.990 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 08:15:19.990 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:19.990 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:19.990 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:19.990 INFO [main][AbstractShell] Close shell Testing shell 08:15:19.990 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:19.996 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:19.996 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:19.996 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:19.996 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:19.996 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:20.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:20.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:20.001 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:20.001 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:20.001 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:20.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:20.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:20.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:20.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:20.093 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 08:15:20.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:20.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:20.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:20.179 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:15:20.179 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:20.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:20.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:20.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:20.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:20.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:15:20.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:15:20.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:15:20.182 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:20.182 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 08:15:20.182 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:20.182 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:20.182 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:20.182 INFO [main][AbstractShell] Close shell Testing shell 08:15:20.182 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:20.188 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:20.188 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:20.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:20.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:20.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:20.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:20.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:20.194 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 08:15:20.194 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 08:15:20.194 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:20.194 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:20.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:20.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.597 s - in org.eclipse.reddeer.swt.test.condition.TableHasRowsTest tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.214 s tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.189 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.189 s tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.194 s tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.231 s tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.187 s tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.193 s Running org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:20.200 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:20.200 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:15:20.200 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:20.200 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:20.200 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:20.200 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:15:20.210 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:20.210 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:15:20.210 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:20.211 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:20.211 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:15:20.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:20.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:20.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:20.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:20.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 08:15:20.240 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 08:15:20.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 08:15:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:20.240 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") 08:15:20.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:20.240 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 08:15:20.240 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:20.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:20.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:20.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:15:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available.... 08:15:20.241 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 08:15:20.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 1 08:15:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:20.241 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") 08:15:20.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:20.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 1" as the parent 08:15:20.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:20.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:20.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:20.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:15:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 08:15:20.243 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 08:15:20.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 08:15:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:20.243 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") 08:15:20.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:20.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 08:15:20.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:20.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:20.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:20.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:15:20.244 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") 08:15:20.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:20.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 08:15:20.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:20.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:20.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:15:20.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:20.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:15:21.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:21.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:15:21.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:15:21.245 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was not found 08:15:21.245 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 1 08:15:21.245 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 1' 08:15:21.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:21.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:21.248 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 2 08:15:21.248 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 2' 08:15:21.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:21.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:21.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:21.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:21.256 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:21.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:21.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:21.257 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:15:21.257 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:21.257 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:15:21.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:21.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:21.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:21.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:21.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:15:21.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 08:15:21.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:15:21.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:21.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:21.281 INFO [WorkbenchTestable][AbstractShell] Close shell 08:15:21.281 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:15:21.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:21.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:21.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:21.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:21.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:21.290 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:15:21.290 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:21.290 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:15:21.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:21.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:21.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:21.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:21.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:21.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:21.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:21.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:21.291 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:15:21.291 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:21.291 INFO [WorkbenchTestable][RequirementsRunner] Started test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:15:21.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:21.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:21.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:21.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:21.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available.... 08:15:21.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available. finished successfully 08:15:21.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MaxMin 08:15:21.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:21.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:21.314 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'MaxMin' 08:15:21.316 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 08:15:21.316 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'MaxMin' 08:15:21.317 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 08:15:21.317 INFO [WorkbenchTestable][AbstractShell] Close shell MaxMin 08:15:21.317 INFO [WorkbenchTestable][ShellHandler] Closing shell 'MaxMin' 08:15:21.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:21.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:21.321 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:21.321 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:21.321 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:21.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:21.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:21.822 INFO [WorkbenchTestable][RequirementsRunner] Finished test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:15:21.822 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:21.822 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:15:21.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:21.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:21.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:21.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:21.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:15:21.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 08:15:21.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:15:21.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:21.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:21.845 INFO [WorkbenchTestable][AbstractShell] Close shell 08:15:21.845 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:15:21.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:21.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:21.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:21.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:21.857 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:21.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:21.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:21.857 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:15:21.857 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:21.858 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:15:21.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:21.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:21.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:21.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:21.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available.... 08:15:21.888 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 08:15:21.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Dummy shell 08:15:21.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:21.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:21.888 INFO [WorkbenchTestable][AbstractShell] Close shell Dummy shell 08:15:21.889 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Dummy shell' 08:15:21.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:21.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:21.909 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:21.909 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:21.909 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:21.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:21.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:21.909 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 08:15:21.909 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 08:15:21.910 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:21.910 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:21.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:21.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.711 s - in org.eclipse.reddeer.swt.test.shell.DefaultShellTest activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 1.046 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.001 s manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.531 s testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.035 s closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.051 s Running org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:15:21.916 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:15:21.917 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:15:21.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:21.917 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:15:21.917 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:21.917 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:15:21.918 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:21.918 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:15:21.918 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:21.918 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:21.918 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:15:21.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:15:21.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:21.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:21.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:21.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:21.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:21.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:21.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:21.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:15:21.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:21.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:21.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:21.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:21.919 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:15:21.919 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:21.919 INFO [WorkbenchTestable][RequirementsRunner] Started test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:15:21.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:15:21.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:21.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:21.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:21.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:21.919 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:21.919 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 08:15:21.919 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:15:21.919 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 08:15:21.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:15:21.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:21.919 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:21.921 INFO [WorkbenchTestable][RequirementsRunner] Finished test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 08:15:21.921 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 08:15:21.921 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:21.921 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:21.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:21.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.002 s Running org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:15:21.927 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:15:21.927 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:15:21.928 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:21.928 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:15:21.928 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:21.928 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:15:21.928 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:21.928 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:15:21.928 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:21.928 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:21.929 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 08:15:21.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:15:21.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:21.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:21.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:21.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:21.973 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 08:15:21.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:15:21.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:21.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:21.974 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) 08:15:21.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:21.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:21.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:21.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:21.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:15:21.977 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:21.977 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 08:15:21.977 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:21.977 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:21.977 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:21.977 INFO [main][AbstractShell] Close shell Testing shell 08:15:21.977 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:21.980 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:21.980 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:21.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:15:21.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:21.980 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:21.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:21.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:21.985 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 08:15:21.985 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 08:15:21.985 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:21.985 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:21.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:21.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.reddeer.swt.test.widgets.DefaultControlTest defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) Time elapsed: 0.056 s Running org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:15:21.989 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:15:21.990 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:15:21.990 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:21.990 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:15:21.990 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:21.990 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:15:21.990 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:21.990 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:15:21.990 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:21.991 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:21.991 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 08:15:21.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:15:21.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:21.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:21.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:21.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:22.016 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 08:15:22.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:15:22.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.017 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) 08:15:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:15:22.017 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Testing shell' 08:15:22.018 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:15:22.018 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 08:15:22.018 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:15:22.018 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:22.018 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:22.018 INFO [main][AbstractShell] Close shell Testing shell 08:15:22.018 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:15:22.021 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:22.021 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:22.021 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:15:22.021 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:22.021 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:22.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.026 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 08:15:22.026 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 08:15:22.026 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:22.026 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:22.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) Time elapsed: 0.035 s Running org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:15:22.031 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:15:22.031 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:15:22.031 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:22.031 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:15:22.032 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:22.032 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:15:22.038 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:22.038 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:15:22.038 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:22.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:22.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:15:22.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:15:22.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:22.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:22.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:22.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.042 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:15:22.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:22.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.044 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:22.044 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') 08:15:22.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:15:22.053 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:15:22.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:15:22.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:15:22.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:15:22.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:15:22.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:15:22.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:22.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:22.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:15:22.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:22.073 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:22.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.073 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:15:22.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:22.073 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:15:22.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:15:22.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:22.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:22.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:22.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.075 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:15:22.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:22.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.078 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:22.078 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') 08:15:22.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:15:22.080 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:15:22.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:15:22.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:15:22.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:15:22.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:15:22.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:15:22.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.081 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 08:15:22.082 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") 08:15:22.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:15:22.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:15:22.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:22.091 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:22.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.092 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:15:22.092 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:22.092 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:15:22.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:15:22.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:22.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:22.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:22.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.094 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:15:22.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:22.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.109 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:22.109 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') 08:15:22.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:15:22.111 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:15:22.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:15:22.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:15:22.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:15:22.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:15:22.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:15:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.113 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 08:15:22.113 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") 08:15:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:15:22.113 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 08:15:22.113 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:15:22.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:15:22.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:15:22.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:22.114 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:22.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.114 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:15:22.114 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:22.114 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:15:22.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:15:22.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:22.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:22.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:22.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.125 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 08:15:22.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:22.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.127 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:22.127 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') 08:15:22.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:15:22.129 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 08:15:22.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 08:15:22.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:15:22.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:15:22.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:15:22.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:15:22.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.131 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 08:15:22.131 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.*') 08:15:22.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:15:22.140 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 08:15:22.140 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:15:22.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:15:22.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:15:22.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:22.140 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:22.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.141 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 08:15:22.141 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 08:15:22.141 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:22.141 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:22.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.034 s testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.018 s testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.022 s testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.027 s Running org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.147 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.148 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:15:22.148 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:22.148 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.148 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:22.148 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:15:22.149 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:22.149 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:15:22.149 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:22.149 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:22.149 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:15:22.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:22.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:22.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:22.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:22.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.150 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:22.150 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") 08:15:22.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:15:22.155 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 08:15:22.155 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:15:22.155 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:15:22.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:22.155 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:22.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.156 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:15:22.156 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:22.156 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:15:22.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:22.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:22.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:22.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:22.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:22.156 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.*') 08:15:22.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:15:22.229 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 08:15:22.229 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:15:22.230 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:15:22.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:22.230 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:22.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.230 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:15:22.230 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:22.230 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:15:22.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:22.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:22.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:22.239 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.*'] 08:15:22.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.239 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.*'] 08:15:22.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.239 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.*'] 08:15:22.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:22.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.239 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:22.239 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:15:22.239 DEBUG [main][MenuItemLookup] Found menu:'File' 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:15:22.240 DEBUG [main][MenuItemLookup] Item match:Window 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:22.240 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:15:22.240 DEBUG [main][MenuItemLookup] Item match:Preferences 08:15:22.240 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:15:22.240 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:15:22.240 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:15:22.398 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.... 08:15:22.411 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 08:15:22.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:15:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.412 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:15:22.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.412 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 08:15:22.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:22.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:22.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:22.414 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:15:22.414 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:15:22.414 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:15:22.414 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:15:22.414 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 08:15:22.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.414 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.414 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:15:22.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 08:15:22.415 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:22.426 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 08:15:22.426 DEBUG [main][TreeItemHandler] Selecting tree item: Java 08:15:22.427 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 08:15:22.427 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 08:15:22.427 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 08:15:22.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:15:22.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.475 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.475 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 08:15:22.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:15:22.476 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Back to General 08:15:22.476 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:15:22.476 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:15:22.479 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 08:15:22.479 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.479 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.479 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:15:22.479 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 08:15:22.479 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.479 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.479 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:22.480 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:15:22.480 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:15:22.480 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:15:22.480 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:15:22.480 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") 08:15:22.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:15:22.482 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:15:22.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:15:22.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:15:22.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:15:22.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:15:22.506 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.506 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:22.506 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:22.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.506 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:15:22.506 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:22.506 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:15:22.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:22.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:22.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:22.507 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.*'] 08:15:22.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.507 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.*'] 08:15:22.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.507 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.*'] 08:15:22.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:22.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:22.507 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:15:22.507 DEBUG [main][MenuItemLookup] Found menu:'File' 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:15:22.508 DEBUG [main][MenuItemLookup] Item match:Window 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:22.508 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:15:22.508 DEBUG [main][MenuItemLookup] Item match:Preferences 08:15:22.508 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:15:22.508 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:15:22.508 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:15:22.588 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.... 08:15:22.589 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 08:15:22.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:15:22.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.591 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:15:22.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.591 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 08:15:22.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:22.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:22.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:22.592 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:15:22.592 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:15:22.592 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:15:22.592 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:15:22.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.592 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 08:15:22.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:15:22.593 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 08:15:22.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:22.593 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:15:22.593 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:15:22.593 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:15:22.593 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:15:22.593 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") 08:15:22.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:15:22.606 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:15:22.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:15:22.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:15:22.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:15:22.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:15:22.626 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.626 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:22.626 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:22.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.626 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:15:22.627 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:22.627 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:15:22.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:22.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:22.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:22.627 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.*'] 08:15:22.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.627 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.*'] 08:15:22.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.627 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.*'] 08:15:22.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:22.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:22.627 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'File' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:15:22.628 DEBUG [main][MenuItemLookup] Item match:Window 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:22.628 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:15:22.628 DEBUG [main][MenuItemLookup] Item match:Preferences 08:15:22.628 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:15:22.628 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:15:22.628 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:15:22.707 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.... 08:15:22.709 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 08:15:22.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:15:22.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.710 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:15:22.710 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.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 08:15:22.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:22.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:22.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:22.711 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:15:22.711 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:15:22.711 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:15:22.711 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:15:22.711 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 08:15:22.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:22.712 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 08:15:22.712 DEBUG [main][TreeItemHandler] Selecting tree item: Java 08:15:22.712 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 08:15:22.712 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 08:15:22.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.760 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.*') 08:15:22.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:15:22.761 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 08:15:22.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:22.761 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:15:22.761 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:15:22.761 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:15:22.762 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:15:22.762 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") 08:15:22.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:15:22.777 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:15:22.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:15:22.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:15:22.777 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:15:22.777 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:15:22.814 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.814 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:22.814 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:22.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.814 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:15:22.814 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:22.814 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:15:22.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:22.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:22.814 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:22.814 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.*'] 08:15:22.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.815 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.*'] 08:15:22.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.815 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.*'] 08:15:22.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:22.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:22.815 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:15:22.815 DEBUG [main][MenuItemLookup] Found menu:'File' 08:15:22.815 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:15:22.815 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:15:22.815 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:15:22.815 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:15:22.815 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:15:22.815 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:15:22.815 DEBUG [main][MenuItemLookup] Item match:Window 08:15:22.816 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:15:22.816 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:15:22.816 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:15:22.816 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:22.816 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:15:22.816 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:15:22.816 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:22.816 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:15:22.816 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:22.816 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:15:22.816 DEBUG [main][MenuItemLookup] Item match:Preferences 08:15:22.816 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:15:22.816 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:15:22.816 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:15:22.895 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.... 08:15:22.896 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 08:15:22.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:15:22.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.898 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:15:22.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:15:22.898 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 08:15:22.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.898 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:22.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:22.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:22.899 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:15:22.899 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:15:22.899 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:15:22.899 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:15:22.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:15:22.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.900 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 08:15:22.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolBar and index 0 was found 08:15:22.901 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 08:15:22.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.901 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:22.902 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 08:15:22.902 DEBUG [main][TreeItemHandler] Selecting tree item: General 08:15:22.902 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 08:15:22.913 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 08:15:22.913 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") 08:15:22.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.913 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:15:22.913 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:15:22.916 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:15:22.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:15:22.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:15:22.916 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:15:22.916 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:15:22.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:22.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:22.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.948 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 08:15:22.948 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 08:15:22.948 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:22.948 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:22.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 s - in org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.006 s workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.074 s testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.276 s testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.12 s testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.187 s testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.134 s Running org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:22.954 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:22.955 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:15:22.955 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:22.955 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:22.955 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:22.955 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:15:22.956 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:22.956 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:15:22.956 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:22.956 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:22.956 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:15:22.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:22.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:22.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:22.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:22.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:15:22.976 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 08:15:22.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:15:22.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:22.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:22.976 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 08:15:22.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:22.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:22.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:22.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:15:22.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:22.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:22.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:22.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:22.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:22.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:15:22.976 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:15:22.977 INFO [WorkbenchTestable][Keyboard] Type text "test123" 08:15:22.978 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:22.978 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:15:23.579 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:23.579 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:15:24.180 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:24.180 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:15:24.781 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:24.781 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:15:25.382 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:25.382 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 08:15:25.983 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:25.983 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 08:15:26.584 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:26.584 INFO [WorkbenchTestable][Keyboard] As char:3, as int:51 08:15:27.186 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:15:27.186 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 08:15:27.186 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:15:27.188 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:27.188 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:27.188 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:15:27.188 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:15:27.193 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:27.193 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:27.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:27.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:27.193 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:27.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:27.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:27.200 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:15:27.200 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:27.200 INFO [WorkbenchTestable][RequirementsRunner] Started test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:15:27.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:27.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:27.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:27.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:27.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:15:27.229 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 08:15:27.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:15:27.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:27.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:27.229 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 08:15:27.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:27.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:27.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:27.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:15:27.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:27.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:27.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:27.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:27.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:27.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:15:27.229 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:15:27.230 INFO [WorkbenchTestable][Keyboard] Type text "test" 08:15:27.230 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:27.230 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:15:27.831 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:27.831 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:15:28.433 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:28.433 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:15:29.034 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:29.034 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:15:29.635 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 08:15:29.635 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:15:29.836 INFO [WorkbenchTestable][Keyboard] Move cursor 08:15:30.037 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:30.037 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:30.237 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:30.640 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:30.640 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:30.840 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:31.041 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:15:31.242 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 08:15:31.242 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:15:31.442 INFO [WorkbenchTestable][Keyboard] Type character 'x', as int:120 08:15:31.442 DEBUG [WorkbenchTestable][Keyboard] Press character 'x', as int:120 08:15:31.643 DEBUG [WorkbenchTestable][Keyboard] Release character 'x', as int:120 08:15:31.844 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:15:32.045 INFO [WorkbenchTestable][Keyboard] Move cursor 08:15:32.245 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:32.245 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:32.446 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:32.847 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:32.847 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:33.047 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:33.449 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:33.449 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:33.649 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:34.050 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:34.050 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:34.251 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:34.652 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:34.652 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:34.852 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:35.053 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 08:15:35.053 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:15:35.253 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 08:15:35.253 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 08:15:35.454 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 08:15:35.655 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:15:35.857 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:15:35.857 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 08:15:35.857 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:15:35.858 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:35.858 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:35.858 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:15:35.858 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:15:35.862 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:35.862 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:35.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:35.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:35.862 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:35.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:35.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:35.877 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:15:35.877 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:35.877 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:15:35.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:35.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:35.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:35.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:35.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:15:35.887 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 08:15:35.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:15:35.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:35.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:35.887 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 08:15:35.887 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:35.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:35.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:35.887 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:15:35.887 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:35.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:35.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:35.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:35.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:35.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:15:35.888 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:15:35.888 INFO [WorkbenchTestable][Keyboard] Type text "{@Test}" 08:15:35.888 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:35.888 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:15:36.088 INFO [WorkbenchTestable][Keyboard] As char:[, as int:91 08:15:37.090 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:37.090 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:15:37.302 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 08:15:38.304 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:38.304 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:15:38.504 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:15:39.505 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:39.505 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:15:40.107 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:40.107 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:15:40.708 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:40.708 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:15:41.309 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:41.309 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 08:15:41.509 INFO [WorkbenchTestable][Keyboard] As char:], as int:93 08:15:42.510 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:15:42.510 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 08:15:42.510 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:15:42.511 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:42.511 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:42.511 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:15:42.511 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:15:42.515 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:42.516 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:42.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:42.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:42.516 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:42.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:42.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:42.521 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:15:42.521 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:42.521 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:15:42.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:42.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:42.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:42.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:15:42.542 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 08:15:42.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:15:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:42.543 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 08:15:42.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:42.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:15:42.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:42.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:42.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:42.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:15:42.543 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:15:42.543 INFO [WorkbenchTestable][Keyboard] Type text "test" 08:15:42.544 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:42.544 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:15:43.145 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:43.145 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:15:43.746 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:43.746 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:15:44.347 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:44.347 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:15:44.948 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 08:15:44.948 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:15:45.148 INFO [WorkbenchTestable][Keyboard] Move cursor 08:15:45.348 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:45.348 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:45.549 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:45.951 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:45.951 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:46.151 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:46.352 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:15:46.553 INFO [WorkbenchTestable][Keyboard] Type character '', as int:127 08:15:46.553 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:127 08:15:46.753 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:127 08:15:46.955 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:15:46.955 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 08:15:46.955 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:15:46.956 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:46.956 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:46.956 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:15:46.956 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:15:46.961 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:46.961 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:46.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:46.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:46.961 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:46.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:46.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:46.968 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:15:46.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:46.968 INFO [WorkbenchTestable][RequirementsRunner] Started test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:15:46.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:46.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:46.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:46.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:46.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:46.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:46.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:46.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:46.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:46.968 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:46.968 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:15:47.169 INFO [WorkbenchTestable][Keyboard] As char:h, as int:104 08:15:48.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available.... 08:15:48.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available. finished successfully 08:15:48.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Search 08:15:48.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:48.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:48.182 INFO [WorkbenchTestable][AbstractShell] Close shell Search 08:15:48.182 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Search' 08:15:48.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:48.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:48.212 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:15:48.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:48.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:48.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:48.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:48.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:48.213 INFO [WorkbenchTestable][RequirementsRunner] Finished test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:15:48.213 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:48.213 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:15:48.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:48.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:48.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:48.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:48.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:15:48.231 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 08:15:48.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 08:15:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:48.232 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 08:15:48.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:48.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 08:15:48.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:48.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:48.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:48.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:48.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:15:48.232 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:15:48.233 INFO [WorkbenchTestable][Keyboard] Type text "test" 08:15:48.233 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:48.233 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:15:48.834 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:48.834 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:15:49.435 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:49.435 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:15:50.036 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:15:50.036 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:15:50.637 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 08:15:50.637 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:15:50.837 INFO [WorkbenchTestable][Keyboard] Move cursor 08:15:51.038 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:51.038 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:51.238 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:51.640 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:51.640 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:51.840 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:52.041 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:15:52.242 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 08:15:52.242 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:15:52.442 INFO [WorkbenchTestable][Keyboard] Type character 'c', as int:99 08:15:52.442 DEBUG [WorkbenchTestable][Keyboard] Press character 'c', as int:99 08:15:52.643 DEBUG [WorkbenchTestable][Keyboard] Release character 'c', as int:99 08:15:52.844 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:15:53.044 INFO [WorkbenchTestable][Keyboard] Move cursor 08:15:53.244 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:53.244 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:53.445 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:53.846 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:53.846 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:54.047 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:54.448 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:54.448 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:54.648 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:55.050 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:55.050 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:55.250 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:55.651 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 08:15:55.651 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 08:15:55.851 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 08:15:56.052 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 08:15:56.052 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 08:15:56.252 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 08:15:56.252 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 08:15:56.453 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 08:15:56.654 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 08:15:56.855 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 08:15:56.855 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 08:15:56.855 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 08:15:56.855 DEBUG [main][AbstractWait] Waiting until shell is active... 08:15:56.855 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:15:56.855 INFO [main][AbstractShell] Close shell Keyboard testing shell 08:15:56.855 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 08:15:56.859 DEBUG [main][AbstractWait] Waiting while shell is available... 08:15:56.859 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:15:56.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:56.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:56.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:56.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:56.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:56.864 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 08:15:56.864 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 08:15:56.864 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:56.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:56.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:56.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.91 s - in org.eclipse.reddeer.swt.test.keyboard.KeyboardTest typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.244 s cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.677 s typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 6.644 s selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.447 s keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 1.245 s copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.651 s Running org.eclipse.reddeer.swt.test.WidgetResolverTest 08:15:56.870 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:15:56.870 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:15:56.870 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:56.870 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:15:56.870 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:56.870 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:15:56.880 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:56.880 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:15:56.880 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:56.880 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:56.880 INFO [WorkbenchTestable][RequirementsRunner] Started test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 08:15:56.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:15:56.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:56.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:56.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:56.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:56.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:56.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:56.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:56.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:56.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widgets with specified parent and matchers 08:15:56.885 TRACE [WorkbenchTestable][WidgetLookup] 141 widget(s) found 08:15:56.886 INFO [WorkbenchTestable][WidgetResolverTest] Testing 141 widgets for matching children to parent. 08:15:56.888 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@2718f622] 08:15:56.888 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@2718f622] 08:15:56.888 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@2718f622] 08:15:56.888 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@2718f622] 08:15:56.888 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@30100995] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@2718f622] 08:15:56.888 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}] 08:15:56.889 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@70225ba5] 08:15:56.889 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}]}] 08:15:56.889 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@5426c89f] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:15:56.889 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@5426c89f] 08:15:56.889 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@5426c89f] 08:15:56.889 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@5426c89f] 08:15:56.889 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@5426c89f] 08:15:56.889 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] 08:15:56.889 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] 08:15:56.890 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] 08:15:56.890 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] 08:15:56.890 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Package Explorer} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] 08:15:56.890 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:15:56.891 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:15:56.891 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}] 08:15:56.891 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}] 08:15:56.893 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:15:56.893 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:15:56.894 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:15:56.894 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:15:56.894 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 08:15:56.894 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}] 08:15:56.894 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}]}] 08:15:56.894 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Tree {} [layout=null] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] 08:15:56.895 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}] 08:15:56.895 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}] 08:15:56.895 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}] 08:15:56.895 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:15:56.895 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}] 08:15:56.895 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:15:56.896 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}] 08:15:56.896 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 08:15:56.896 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}] 08:15:56.896 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Package Explorer} 08:15:56.896 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:15:56.896 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@d6db63e] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:15:56.896 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@d6db63e] 08:15:56.897 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@d6db63e] 08:15:56.897 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@d6db63e] 08:15:56.897 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@d6db63e] 08:15:56.897 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:15:56.897 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:15:56.897 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}] 08:15:56.897 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}] 08:15:56.898 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}] 08:15:56.898 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}] 08:15:56.898 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}] 08:15:56.898 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}] 08:15:56.898 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}] 08:15:56.898 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}] 08:15:56.898 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}] 08:15:56.898 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}] 08:15:56.899 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}] 08:15:56.899 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 08:15:56.899 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] 08:15:56.899 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 08:15:56.899 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 08:15:56.899 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Outline} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 08:15:56.899 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}] 08:15:56.900 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}] 08:15:56.900 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:15:56.900 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:15:56.900 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:15:56.900 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 08:15:56.900 INFO [WorkbenchTestable][WidgetResolverTest] Child widget PageBook {} [layout=org.eclipse.ui.part.PageBook$PageBookLayout@47e0aeb5] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:15:56.900 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@47e0aeb5] 08:15:56.901 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}] 08:15:56.901 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Outline} 08:15:56.901 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 08:15:56.901 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 08:15:56.901 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@1c761232] 08:15:56.901 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 08:15:56.901 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 08:15:56.901 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 08:15:56.902 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 08:15:56.902 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Problems} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 08:15:56.902 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Javadoc} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 08:15:56.902 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Declaration} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 08:15:56.902 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 08:15:56.902 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Error Log} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 08:15:56.902 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT Controls} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 08:15:56.902 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:15:56.902 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:15:56.903 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}] 08:15:56.903 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}] 08:15:56.903 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] 08:15:56.903 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:15:56.903 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 08:15:56.903 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 08:15:56.903 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Problems} 08:15:56.903 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT} 08:15:56.904 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Error Log} 08:15:56.904 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT Controls} 08:15:56.904 INFO [WorkbenchTestable][WidgetResolverTest] Child widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@48a3cac8] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] 08:15:56.904 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] 08:15:56.904 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CLabel {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@48a3cac8] 08:15:56.904 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@48a3cac8] 08:15:56.904 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {}] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@48a3cac8] 08:15:56.904 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:15:56.905 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {}] matches to its parent widget Composite {} [layout=GridLayout {}] 08:15:56.905 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 08:15:56.905 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 08:15:56.905 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget ImageBasedFrame {} [layout=null] 08:15:56.905 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} [layout=null] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] 08:15:56.905 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}] 08:15:56.905 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {topControl=ProgressBar {}}] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 08:15:56.906 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 08:15:56.906 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 08:15:56.906 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 08:15:56.906 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 08:15:56.906 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 08:15:56.906 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 08:15:56.906 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 08:15:56.906 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 08:15:56.906 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 08:15:56.906 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 08:15:56.906 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@410ca583] 08:15:56.907 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 08:15:56.907 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 08:15:56.907 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:15:56.907 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=newWizardDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:15:56.907 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=save, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:15:56.907 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=saveAll, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:15:56.907 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:15:56.907 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] 08:15:56.908 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] 08:15:56.908 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:15:56.908 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] 08:15:56.908 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] 08:15:56.908 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:15:56.908 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] 08:15:56.908 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] 08:15:56.908 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:15:56.908 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] 08:15:56.909 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:15:56.909 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=openType, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:15:56.909 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.search.OpenSearchDialogPage, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:15:56.909 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 08:15:56.909 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] 08:15:56.909 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] 08:15:56.909 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] 08:15:56.909 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] 08:15:56.910 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=backardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:15:56.910 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=forwardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:15:56.910 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: Separator(id=pin.group, visible=true)} matches to its parent widget ToolBar {} [layout=null] 08:15:56.910 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] 08:15:56.910 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}] 08:15:56.910 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}] 08:15:56.911 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:15:56.911 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] 08:15:56.911 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}] 08:15:56.911 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:15:56.911 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 08:15:56.912 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.ui.resourcePerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@1bfa3893 (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@26f75d9c, 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] 08:15:56.912 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.jdt.ui.JavaPerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@6e225c34 (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@26f75d9c, 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] 08:15:56.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:15:56.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:56.912 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:56.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:56.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:56.913 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 08:15:56.913 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 08:15:56.913 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:15:56.913 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:15:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:56.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.reddeer.swt.test.WidgetResolverTest parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.swt.test.EditorBarTest 08:15:56.918 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.EditorBarTest 08:15:56.918 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:15:56.918 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:56.918 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:15:56.918 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:56.918 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:15:56.919 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:56.919 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:15:56.919 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:56.919 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:15:56.919 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 08:15:56.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:15:56.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:15:56.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:15:56.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:15:56.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:56.919 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:56.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:56.920 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:15:56.920 DEBUG [main][MenuItemLookup] Found menu:'File' 08:15:56.920 DEBUG [main][MenuItemLookup] Item match:File 08:15:56.921 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:15:56.921 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'Package' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'Class' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'Interface' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'Enum' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'Record' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'File' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:56.923 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:15:56.923 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:15:56.924 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:15:56.924 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:15:56.924 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:15:56.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 08:15:56.982 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 08:15:56.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:15:56.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:56.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:56.983 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 08:15:56.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:56.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:56.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:56.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:15:56.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:56.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:56.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:56.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:56.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:56.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:56.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:56.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:56.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:15:56.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:15:56.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:57.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:57.488 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:15:57.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:15:57.488 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:15:57.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:57.488 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:15:57.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:57.488 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:15:57.489 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:15:57.489 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:15:57.489 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:15:57.492 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:15:57.492 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 >") 08:15:57.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:57.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:57.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:57.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 08:15:57.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:57.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:57.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:57.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:57.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:57.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:15:57.493 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:15:57.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:15:57.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:15:57.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:15:57.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:15:57.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:15:57.528 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 08:15:57.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:15:57.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:57.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:57.528 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:") 08:15:57.528 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:57.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:57.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:57.528 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 08:15:57.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:57.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:57.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:57.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:57.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:57.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:15:57.530 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:15:57.531 INFO [WorkbenchTestable][AbstractText] Text set to: EditorBarTest-test 08:15:57.532 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") 08:15:57.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:57.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:57.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:57.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 08:15:57.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:57.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:57.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:57.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:57.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:57.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:15:57.534 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:15:57.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:15:57.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:15:57.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:15:57.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:15:57.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:58.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:58.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:15:58.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:15:58.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:15:58.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:15:58.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:15:58.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:15:58.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:58.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:15:58.052 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 08:15:58.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:58.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:58.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:58.052 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:58.052 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:15:58.052 DEBUG [main][MenuItemLookup] Found menu:'File' 08:15:58.052 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:15:58.052 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:15:58.052 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:15:58.052 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:15:58.052 DEBUG [main][MenuItemLookup] Found menu:'Run' 08:15:58.052 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:15:58.052 DEBUG [main][MenuItemLookup] Item match:Window 08:15:58.053 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:15:58.053 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:15:58.053 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:15:58.053 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:58.053 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:15:58.053 DEBUG [main][MenuItemLookup] Item match:Show View 08:15:58.059 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 08:15:58.059 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 08:15:58.059 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:15:58.059 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 08:15:58.059 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:15:58.059 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 08:15:58.060 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:15:58.060 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:15:58.060 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:15:58.060 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 08:15:58.060 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:15:58.060 DEBUG [main][MenuItemLookup] Found menu:'Templates' 08:15:58.060 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 08:15:58.060 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:58.060 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:15:58.060 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:15:58.060 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:15:58.060 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:15:58.060 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:15:58.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:15:58.133 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 08:15:58.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:15:58.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:58.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:58.135 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 08:15:58.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:58.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:58.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:58.135 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:15:58.135 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:58.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:58.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:58.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:58.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:58.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:58.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:15:58.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:15:58.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:15:58.147 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:15:58.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:58.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:15:58.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:58.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:15:58.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:15:58.148 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:15:58.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:15:58.148 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:15:58.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:15:58.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:15:58.148 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 08:15:58.148 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 08:15:58.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 08:15:58.149 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 08:15:58.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:58.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:58.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:58.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:15:58.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:58.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:58.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:58.149 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") 08:15:58.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:58.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:58.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:58.150 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:15:58.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:58.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:58.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:58.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:58.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:58.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:15:58.151 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:15:58.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:15:58.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:15:58.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:15:58.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:15:58.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:58.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:58.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 08:15:58.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:58.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:58.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 08:15:58.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:58.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:58.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:15:58.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:58.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:58.215 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:15:58.215 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') 08:15:58.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:58.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:58.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:58.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:58.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:15:58.216 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:15:58.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:15:58.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:15:58.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:15:58.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:15:58.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:15:58.218 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:15:58.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:15:58.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:15:58.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:15:58.219 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:15:58.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:15:58.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:15:58.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:15:58.221 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:15:58.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:15:58.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:15:58.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:15:58.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:58.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:58.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:15:58.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:58.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:15:59.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:59.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:15:59.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:15:59.224 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:15:59.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:15:59.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:15:59.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:15:59.225 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 08:15:59.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:59.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:59.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:59.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:59.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:59.227 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 08:15:59.235 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:15:59.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:15:59.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:15:59.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:15:59.236 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 08:15:59.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:59.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:59.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:59.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:59.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:15:59.236 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:15:59.236 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:15:59.236 DEBUG [main][TreeItemHandler] Set Tree selection 08:15:59.237 DEBUG [main][TreeHandler] Notify Tree about selection event 08:15:59.253 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:15:59.272 DEBUG [WorkbenchTestable][TreeItemHandler] EditorBarTest-test 08:15:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:59.272 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:15:59.272 DEBUG [main][MenuItemLookup] Found menu:'File' 08:15:59.272 DEBUG [main][MenuItemLookup] Item match:File 08:15:59.273 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:15:59.273 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:15:59.276 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 08:15:59.276 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:15:59.276 DEBUG [main][MenuItemLookup] Found menu:'' 08:15:59.276 DEBUG [main][MenuItemLookup] Found menu:'Package' 08:15:59.276 DEBUG [main][MenuItemLookup] Found menu:'Class' 08:15:59.276 DEBUG [main][MenuItemLookup] Found menu:'Interface' 08:15:59.276 DEBUG [main][MenuItemLookup] Found menu:'Enum' 08:15:59.276 DEBUG [main][MenuItemLookup] Found menu:'Record' 08:15:59.276 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 08:15:59.276 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 08:15:59.276 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 08:15:59.276 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:15:59.276 DEBUG [main][MenuItemLookup] Found menu:'File' 08:15:59.276 DEBUG [main][MenuItemLookup] Item match:File 08:15:59.277 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"File" 08:15:59.277 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text File 08:15:59.277 INFO [main][MenuItemHandler] Select menu item: File 08:15:59.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:15:59.374 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 08:15:59.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:15:59.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:59.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:59.375 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:") 08:15:59.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:59.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:59.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:59.375 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 08:15:59.375 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:59.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:59.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:59.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:59.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:59.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:15:59.378 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:15:59.378 INFO [WorkbenchTestable][AbstractText] Text set to: test.tlb 08:15:59.379 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") 08:15:59.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:15:59.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:59.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:59.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 08:15:59.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:15:59.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:59.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:59.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:59.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:59.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:15:59.381 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:15:59.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:15:59.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:15:59.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:15:59.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:15:59.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:15:59.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:15:59.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@36c34eba is found... 08:15:59.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@36c34eba is found finished successfully 08:15:59.517 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') 08:15:59.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:59.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:59.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:59.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:59.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:15:59.521 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:15:59.521 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Editor with toolbar example TooltipText=null 08:15:59.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:15:59.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:15:59.521 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editor-with-toolbar"as the parent 08:15:59.521 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") 08:15:59.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:59.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:59.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:59.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:59.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:15:59.522 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Execute task 08:15:59.522 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:15:59.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:15:59.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:59.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:59.523 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:15:59.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:59.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:59.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - editor-with-toolbar - Eclipse Platform 08:15:59.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:15:59.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:15:59.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - editor-with-toolbar - Eclipse Platform' 08:15:59.525 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') 08:15:59.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:59.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:59.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:15:59.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:15:59.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:15:59.525 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:15:59.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:15:59.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:15:59.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:15:59.545 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:15:59.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:15:59.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:15:59.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:15:59.546 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:15:59.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:15:59.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:15:59.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:15:59.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:15:59.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:15:59.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:16:00.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:00.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:16:00.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:00.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:16:00.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:16:00.548 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:16:00.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:16:00.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:16:00.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:16:00.549 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 08:16:00.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:16:00.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:00.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:16:00.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:16:00.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:16:00.549 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 08:16:00.551 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 08:16:00.551 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 08:16:00.551 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 08:16:00.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 08:16:00.564 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:16:00.564 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:16:00.615 DEBUG [main][MenuItemLookup] Found menu:'New' 08:16:00.615 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:16:00.615 DEBUG [main][MenuItemLookup] Found menu:'' 08:16:00.615 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:16:00.615 DEBUG [main][MenuItemLookup] Found menu:'' 08:16:00.615 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:16:00.615 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:16:00.615 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:16:00.615 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:16:00.615 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:16:00.615 DEBUG [main][MenuItemLookup] Found menu:'' 08:16:00.615 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:16:00.615 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:16:00.615 DEBUG [main][MenuItemLookup] Found menu:'' 08:16:00.615 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:16:00.615 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:16:00.616 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:16:00.616 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:16:00.616 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:16:00.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:16:00.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:16:01.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:16:01.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:16:01.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:16:01.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:16:01.118 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'EditorBarTest-test' via Explorer 08:16:01.118 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 08:16:01.118 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 08:16:01.118 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 08:16:01.125 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 08:16:01.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:16:01.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:16:01.152 DEBUG [main][MenuItemLookup] Found menu:'New' 08:16:01.153 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:16:01.153 DEBUG [main][MenuItemLookup] Found menu:'' 08:16:01.153 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:16:01.153 DEBUG [main][MenuItemLookup] Found menu:'' 08:16:01.153 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:16:01.153 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:16:01.153 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:16:01.153 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:16:01.153 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:16:01.153 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:16:01.153 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:16:01.198 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.... 08:16:01.699 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 08:16:01.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:16:01.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:16:01.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:16:01.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:01.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:16:01.703 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) 08:16:01.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:01.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:01.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:01.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:16:01.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:01.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:16:01.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:01.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:16:01.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:16:01.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:16:01.703 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:16:01.703 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:16:01.703 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:16:01.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:16:01.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:16:01.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:16:01.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:16:01.704 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) 08:16:01.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:01.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:01.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:01.704 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:16:01.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:01.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:16:01.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:01.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:16:01.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:16:01.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:16:01.705 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:16:01.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:16:01.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:16:01.705 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:16:01.705 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:16:01.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:16:01.712 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:16:02.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:16:02.213 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:16:02.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:16:02.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:16:02.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:16:02.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:16:02.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:16:02.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:16:02.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:16:02.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:16:02.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:16:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:02.214 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 08:16:02.214 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 08:16:02.214 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:16:02.214 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:16:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.296 s - in org.eclipse.reddeer.swt.test.EditorBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) Time elapsed: 5.295 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-0809 [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 08:16:18.127 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 08:16:18.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:18.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:18.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:18.641 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:16:18.641 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:18.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:16:18.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:16:18.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:16:18.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:16:18.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:16:18.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:18.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:18.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:16:18.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:16:18.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:16:18.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:18.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:16:18.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:18.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:18.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:16:18.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:16:18.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:16:18.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:16:18.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:16:18.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:18.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:18.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:16:18.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:16:18.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:16:18.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:16:18.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:16:18.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:18.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:18.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:16:18.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:16:18.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:16:18.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:16:18.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 08:16:18.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:18.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:18.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:16:18.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:16:18.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:16:18.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:16:18.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 08:16:18.739 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:16:18.742 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 08:16:18.743 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:16:18.743 DEBUG [main][AbstractWait] Waiting until shell is active... 08:16:18.743 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:16:18.743 INFO [main][AbstractShell] Close shell Testing shell 08:16:18.743 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:16:18.815 DEBUG [main][AbstractWait] Waiting while shell is available... 08:16:18.815 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:16:19.088 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 08:16:19.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:19.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:19.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:19.337 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:16:19.337 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:19.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:16:19.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:16:19.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:16:19.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:16:19.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:16:19.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:19.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:19.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:16:19.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:16:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:16:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:19.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:16:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:16:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:16:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:19.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:16:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:16:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:16:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:19.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:19.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:16:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:16:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:16:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:19.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:16:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:16:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:16:19.350 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:16:19.351 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 08:16:19.351 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:16:19.351 DEBUG [main][AbstractWait] Waiting until shell is active... 08:16:19.351 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:16:19.351 INFO [main][AbstractShell] Close shell Testing shell 08:16:19.351 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:16:19.363 DEBUG [main][AbstractWait] Waiting while shell is available... 08:16:19.363 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:16:19.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:19.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:16:19.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:16:19.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 08:16:19.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:16:19.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 08:16:19.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 08:16:19.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 08:16:19.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 08:16:19.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 08:16:19.677 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 08:16:19.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:19.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:19.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:19.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:16:19.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:19.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:16:19.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:16:19.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:16:19.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:16:19.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:16:19.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:19.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:19.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:19.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:16:19.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:19.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:19.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:16:19.951 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:16:19.951 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 08:16:19.951 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:16:19.952 DEBUG [main][AbstractWait] Waiting until shell is active... 08:16:19.952 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:16:19.952 INFO [main][AbstractShell] Close shell Testing shell 08:16:19.953 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:16:19.964 DEBUG [main][AbstractWait] Waiting while shell is available... 08:16:19.965 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:16:20.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 08:16:20.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:20.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:20.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:20.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:16:20.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:20.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:16:20.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:16:20.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:16:20.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:16:20.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:16:20.542 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:20.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:20.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:20.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:16:20.552 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:20.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:20.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:16:20.554 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:16:20.555 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 08:16:20.555 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:16:20.556 DEBUG [main][AbstractWait] Waiting until shell is active... 08:16:20.556 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:16:20.556 INFO [main][AbstractShell] Close shell Testing shell 08:16:20.556 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:16:20.569 DEBUG [main][AbstractWait] Waiting while shell is available... 08:16:20.570 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:16:20.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:20.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:16:20.840 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 08:16:20.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:21.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:21.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:16:21.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:21.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:16:21.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:16:21.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:16:21.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:16:21.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:16:21.102 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 08:16:21.102 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:21.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:21.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:21.111 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:16:21.111 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:21.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:16:21.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:21.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:16:21.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:16:21.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:16:21.113 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 08:16:21.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:21.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:21.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:21.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:16:21.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:21.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:16:21.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:16:21.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:16:21.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:16:21.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 08:16:21.121 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 08:16:21.121 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:21.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:21.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:21.121 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:16:21.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:21.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:16:21.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:16:21.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:16:21.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:16:21.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:16:21.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:21.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:16:21.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:21.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:16:21.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:21.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:16:21.165 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:16:21.166 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 08:16:21.166 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:16:21.167 DEBUG [main][AbstractWait] Waiting until shell is active... 08:16:21.167 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:16:21.167 INFO [main][AbstractShell] Close shell Testing shell 08:16:21.167 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:16:21.181 DEBUG [main][AbstractWait] Waiting while shell is available... 08:16:21.181 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:16:21.471 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 08:16:21.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:21.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:21.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:21.832 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:16:21.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:21.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:16:21.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:16:21.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:16:21.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:16:21.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:16:21.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:21.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:16:21.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:21.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:21.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:16:21.841 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:16:21.841 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 08:16:21.841 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:16:21.842 DEBUG [main][AbstractWait] Waiting until shell is active... 08:16:21.842 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:16:21.842 INFO [main][AbstractShell] Close shell Testing shell 08:16:21.843 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:16:21.855 DEBUG [main][AbstractWait] Waiting while shell is available... 08:16:21.856 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.322 s - in org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest testIndex(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 1.194 s testNotFoundAfterClose(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.547 s testMatcher(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.601 s testGetResult(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.605 s testParent(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.612 s testSimple(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.674 s Running org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:21.914 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:16:21.915 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:16:21.927 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:16:21.929 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:16:21.947 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:21.960 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:16:21.961 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:16:21.966 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:21.969 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:16:21.970 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:16:21.970 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:16:21.971 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:16:21.971 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:16:21.974 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:16:21.975 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:16:22.013 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:16:22.015 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:16:22.017 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:16:22.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:22.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:16:22.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:16:22.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:16:22.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:16:22.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:16:22.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:16:22.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:16:22.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:16:22.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:16:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:16:22.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:23.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:23.526 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:24.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 08:16:24.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:16:24.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:16:24.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:16:25.028 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 08:16:25.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:25.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:16:25.033 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:16:25.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:25.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:25.034 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:16:25.034 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:16:25.035 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:16:25.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:25.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:16:25.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:16:25.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:16:25.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:16:25.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:16:25.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:16:25.035 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:25.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:26.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:26.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:27.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:27.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:28.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:28.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:29.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:29.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running failed, an exception will be thrown 08:16:30.043 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' was successfully killed 08:16:30.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:30.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:16:30.044 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:16:30.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:30.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:30.045 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:16:30.045 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:16:30.045 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:16:30.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:30.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:16:30.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:16:30.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:16:30.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:16:30.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:16:30.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:16:30.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:16:30.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:16:30.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:16:30.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:30.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:16:30.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:31.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:16:31.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:31.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:16:31.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:32.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:16:32.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:32.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:16:32.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:33.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:16:33.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:33.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:16:33.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:34.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:16:34.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:34.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:16:34.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:35.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:16:35.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:35.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:16:35.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:36.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 08:16:36.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:16:36.052 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:16:36.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:16:37.052 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' was successfully killed 08:16:37.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:37.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:16:37.052 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:16:37.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:37.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:37.054 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:16:37.054 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:16:37.054 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:16:37.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:37.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:16:37.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:16:37.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:16:37.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:16:37.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:16:37.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:16:37.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:16:37.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:16:37.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:16:37.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:16:37.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:16:37.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:16:37.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:16:37.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:37.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:16:37.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:38.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:16:38.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:38.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:16:38.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:39.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:16:39.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:39.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:16:39.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:40.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:40.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:41.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:41.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:42.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:42.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:43.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:16:43.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:16:44.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:16:44.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:16:45.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:16:45.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 08:16:46.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:16:46.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:16:46.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:16:46.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:16:47.066 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 08:16:47.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:47.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:16:47.066 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:16:47.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:47.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:47.067 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:16:47.067 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:16:47.068 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:16:47.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:47.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:16:47.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:16:47.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:16:47.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:16:47.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:16:47.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:16:47.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:16:47.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:16:47.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:16:47.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:16:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:16:47.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:16:47.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:16:47.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:16:47.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:16:47.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:48.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:16:48.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:16:48.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:16:48.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:48.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:16:48.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:16:48.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:16:48.570 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:49.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:16:49.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:16:49.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:16:49.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:49.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 08:16:49.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:16:49.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:16:49.571 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:50.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:16:50.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:16:50.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:50.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:16:50.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:16:50.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:51.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:16:51.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:16:51.072 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:51.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:16:51.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:16:51.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:52.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:16:52.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:16:52.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:52.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:16:52.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:16:52.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 08:16:53.074 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 08:16:53.074 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 08:16:53.074 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 08:16:53.074 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 08:16:53.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:16:54.075 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 08:16:55.075 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 08:16:55.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:55.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:16:55.075 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:16:55.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:55.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:55.076 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:16:55.076 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:16:55.076 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:16:55.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:55.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:16:55.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:16:55.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:16:55.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 08:16:55.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 08:16:55.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:16:55.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:55.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:56.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:56.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 08:16:57.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:16:57.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:16:57.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:16:57.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:16:57.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:57.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:16:57.078 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:16:57.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:57.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:57.079 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 08:16:57.081 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 08:16:57.081 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:16:57.081 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:16:57.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:57.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.172 s - in org.eclipse.reddeer.core.test.condition.JobIsRunningTest testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 3.017 s testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 5.01 s testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 7.009 s testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 10.013 s testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 8.008 s testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 2.003 s Running org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:16:57.100 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:16:57.105 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:16:57.105 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:16:57.105 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:16:57.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:16:57.106 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:16:57.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:16:57.106 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:16:57.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:16:57.107 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:16:57.107 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:16:57.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:16:57.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:16:57.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:16:57.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:16:57.380 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 08:16:57.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:57.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:57.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:57.644 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:16:57.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:57.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:16:57.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 08:16:57.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 08:16:57.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:16:57.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 08:16:57.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:57.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:57.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:16:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:16:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:16:57.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:16:57.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:16:57.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:16:57.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:16:57.660 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:16:57.660 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 08:16:57.660 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:16:57.660 DEBUG [main][AbstractWait] Waiting until shell is active... 08:16:57.660 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:16:57.660 INFO [main][AbstractShell] Close shell Testing shell 08:16:57.660 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:16:57.670 DEBUG [main][AbstractWait] Waiting while shell is available... 08:16:57.670 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:16:57.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:16:57.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:16:57.671 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:16:57.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:57.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:57.693 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:16:57.693 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:16:57.693 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:16:57.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:16:57.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:16:57.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:16:57.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:16:57.712 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 08:16:57.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:16:57.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:57.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:57.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:16:57.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:16:57.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:16:57.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:16:57.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:16:57.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:16:57.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:16:57.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:16:57.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:16:57.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 08:16:57.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:16:57.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:16:57.752 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 08:16:57.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:16:57.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:16:58.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:16:58.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:16:58.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:16:58.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:16:58.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:16:58.759 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:16:58.760 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 08:16:58.760 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 08:16:58.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:16:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:16:59.261 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 08:16:59.261 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 08:16:59.261 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:16:59.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:16:59.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:16:59.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:16:59.768 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:16:59.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:16:59.768 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:16:59.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:16:59.768 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:16:59.768 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 08:16:59.768 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 08:16:59.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:16:59.769 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 08:16:59.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:16:59.769 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 08:16:59.769 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 08:16:59.769 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:16:59.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:17:00.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:17:00.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:17:00.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:17:00.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:17:00.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:17:00.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:17:00.770 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 08:17:00.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 08:17:00.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:17:01.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:17:01.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 08:17:01.271 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:17:01.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:17:01.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:17:01.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:17:01.771 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:17:01.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:17:01.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:17:01.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:17:01.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:17:01.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:17:01.774 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 08:17:01.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 08:17:01.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:17:01.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 08:17:01.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:17:01.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 08:17:01.775 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:17:01.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:17:01.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:17:02.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:17:02.275 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:17:02.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:17:02.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:17:02.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:17:02.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:17:02.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:17:02.278 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 08:17:02.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 08:17:02.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:17:02.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 08:17:02.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:17:02.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 08:17:02.278 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 08:17:02.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:17:02.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:17:02.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:17:02.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:17:02.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:17:02.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:17:03.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:17:03.279 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:17:03.280 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 08:17:03.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 08:17:03.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:17:03.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:17:03.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 08:17:03.780 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 08:17:03.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:17:03.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:17:04.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:17:04.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:17:04.281 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:17:04.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:17:04.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:17:04.782 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:17:04.782 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 08:17:04.782 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 08:17:04.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:17:05.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:17:05.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 08:17:05.283 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:17:05.284 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 08:17:05.284 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:17:05.284 DEBUG [main][AbstractWait] Waiting until shell is active... 08:17:05.284 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:17:05.284 INFO [main][AbstractShell] Close shell Testing shell 08:17:05.284 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:17:05.290 DEBUG [main][AbstractWait] Waiting while shell is available... 08:17:05.290 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:17:05.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:17:05.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:17:05.291 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:17:05.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:05.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:05.316 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 08:17:05.316 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 08:17:05.316 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:17:05.316 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:17:05.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:05.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.219 s - in org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 0.586 s testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 7.623 s Running org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest 08:17:05.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available.... 08:17:05.357 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 08:17:05.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 08:17:05.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:05.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:05.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 08:17:05.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:05.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:05.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 08:17:05.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:05.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:05.358 INFO [WorkbenchTestable][AbstractShell] Close shell Test shell 08:17:05.358 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Test shell' 08:17:05.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:17:05.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest testActiveShellExistsGetResult(org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest) Time elapsed: 0.043 s Running org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:17:05.384 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:17:05.385 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:17:05.385 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:17:05.385 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:17:05.386 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:17:05.386 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:17:05.413 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:17:05.413 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:17:05.413 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:17:05.413 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:17:05.414 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:17:05.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:17:05.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:17:05.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:17:05.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:17:05.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:17:05.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:17:05.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:17:05.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:05.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:05.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:17:05.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:17:05.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:17:05.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:05.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:05.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:17:05.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:17:05.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:17:05.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:05.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:05.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:17:05.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:17:05.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:17:05.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:05.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:05.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:17:05.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:17:05.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:17:05.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:05.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:05.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:17:05.515 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 08:17:05.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:17:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:05.523 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 08:17:05.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:05.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:05.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:05.550 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:17:05.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:05.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:05.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:05.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:06.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:06.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:06.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:06.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:06.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:06.563 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:06.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:17:06.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:17:06.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:17:06.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:06.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:06.564 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 08:17:06.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:06.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:06.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:06.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:17:06.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:06.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:06.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:06.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:07.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:07.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:07.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:07.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:07.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:07.573 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:07.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:17:07.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:17:07.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:17:07.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:07.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:07.574 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 08:17:07.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:07.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:07.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:07.574 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:17:07.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:07.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:07.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:07.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:08.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:08.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:08.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:08.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:08.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:08.575 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:08.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:17:08.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:17:08.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:17:08.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:08.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:08.576 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 08:17:08.576 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:08.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:08.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:08.576 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:17:08.576 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:08.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:08.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:08.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:09.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:09.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:09.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:09.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:09.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:09.577 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:09.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:17:09.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:17:09.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:17:09.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:09.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:09.578 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 08:17:09.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:09.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:09.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:09.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:17:09.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:09.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:09.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:09.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:10.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:10.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:10.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:10.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:10.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:10.580 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:10.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:17:10.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:17:10.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:17:10.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:10.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:10.580 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 08:17:10.580 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:10.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:10.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:10.581 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:17:10.581 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:10.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:10.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:10.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:11.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:11.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:11.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:11.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:11.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:11.582 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:11.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:17:11.582 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 08:17:11.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:17:11.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:11.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:11.582 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 08:17:11.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:11.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:11.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:11.620 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:17:11.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:11.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:11.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:11.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:12.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:12.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:12.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:12.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:12.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:12.624 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:17:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:17:12.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:17:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:12.624 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 08:17:12.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:12.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:17:12.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:12.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:12.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:12.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:13.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:13.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:13.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:13.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:13.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:13.626 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:13.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:17:13.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:17:13.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:17:13.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:13.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:13.626 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 08:17:13.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:13.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:13.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:13.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:17:13.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:13.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:13.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:13.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:14.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:14.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:14.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:14.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:14.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:14.630 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:14.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:17:14.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:17:14.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:17:14.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:14.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:14.631 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 08:17:14.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:14.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:14.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:14.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:17:14.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:14.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:14.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:14.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:15.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:15.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:15.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:15.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:15.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:15.635 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:15.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:17:15.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:17:15.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:17:15.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:15.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:15.636 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 08:17:15.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:15.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:15.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:15.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:17:15.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:15.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:15.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:15.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:16.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:16.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:16.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:16.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:16.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:16.641 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:16.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:17:16.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:17:16.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:17:16.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:16.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:16.642 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 08:17:16.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:16.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:16.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:16.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:17:16.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:16.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:16.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:16.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:17.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:17.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:17.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:17.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:17.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:17.644 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:17.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:17:17.644 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 08:17:17.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:17:17.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:17.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:17.644 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 08:17:17.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:17.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:17.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:17.644 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:17:17.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:17.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:17.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:18.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:18.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:18.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:18.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:18.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:18.656 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:18.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:17:18.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:17:18.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:17:18.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:18.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:18.657 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 08:17:18.657 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:18.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:18.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:18.657 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:17:18.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:18.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:18.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:18.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:19.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:19.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:19.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:19.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:19.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:19.658 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:19.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:17:19.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:17:19.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:17:19.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:19.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:19.659 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 08:17:19.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:19.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:19.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:19.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:17:19.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:19.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:19.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:19.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:20.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:20.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:20.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:20.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:20.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:20.663 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:20.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:17:20.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:17:20.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:17:20.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:20.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:20.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 08:17:20.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:20.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:20.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:20.664 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:17:20.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:20.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:20.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:20.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:21.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:21.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:21.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:21.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:21.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:21.665 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:21.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:17:21.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:17:21.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:17:21.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:21.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:21.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 08:17:21.665 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:21.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:21.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:21.666 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:17:21.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:21.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:21.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:21.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:22.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:22.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:22.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:22.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:22.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:22.686 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:22.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:17:22.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:17:22.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:17:22.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:22.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:22.686 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 08:17:22.686 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:22.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:22.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:22.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:17:22.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:22.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:22.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:22.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:23.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:23.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:23.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:23.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:24.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:24.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:24.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:24.188 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:24.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:17:24.188 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 08:17:24.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:17:24.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:24.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:24.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 08:17:24.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:24.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:24.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:24.189 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:17:24.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:24.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:24.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:24.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:24.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:24.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:25.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:25.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:25.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:25.214 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:25.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:17:25.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:17:25.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:17:25.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:25.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:25.215 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 08:17:25.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:25.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:25.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:25.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:17:25.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:25.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:25.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:25.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:25.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:25.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:26.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:26.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:26.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:26.222 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:26.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:17:26.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:17:26.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:17:26.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:26.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:26.223 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 08:17:26.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:26.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:26.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:26.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:17:26.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:26.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:26.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:26.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:26.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:26.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:27.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:27.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:27.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:27.228 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:27.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:17:27.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:17:27.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:17:27.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:27.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:27.229 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 08:17:27.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:27.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:27.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:27.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:17:27.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:27.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:27.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:27.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:27.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:27.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:28.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:28.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:28.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:28.233 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:28.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:17:28.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:17:28.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:17:28.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:28.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:28.234 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 08:17:28.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:28.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:28.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:28.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:17:28.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:28.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:28.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:28.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:28.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:28.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:29.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:29.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:29.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:29.238 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:29.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:17:29.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:17:29.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:17:29.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:29.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:29.239 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 08:17:29.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:29.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:29.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:29.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:17:29.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:29.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:29.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:29.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:29.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:29.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:30.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:30.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:30.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:30.240 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:30.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:17:30.240 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 08:17:30.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:17:30.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:30.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:30.241 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 08:17:30.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:30.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:30.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:30.241 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:17:30.263 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:30.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:30.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:30.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:30.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:30.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:31.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:31.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:31.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:31.266 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:31.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:17:31.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:17:31.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:17:31.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:31.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:31.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 08:17:31.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:31.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:31.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:31.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:17:31.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:31.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:31.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:31.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:31.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:31.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:32.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:32.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:32.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:32.268 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:32.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:17:32.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:17:32.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:17:32.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:32.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:32.269 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 08:17:32.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:32.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:32.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:32.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:17:32.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:32.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:32.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:32.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:32.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:32.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:33.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:33.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:33.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:33.270 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:33.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:17:33.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:17:33.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:17:33.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:33.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:33.271 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 08:17:33.271 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:33.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:33.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:33.271 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:17:33.271 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:33.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:33.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:33.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:33.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:33.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:34.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:34.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:34.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:34.274 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:34.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:17:34.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:17:34.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:17:34.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:34.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:34.275 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 08:17:34.275 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:34.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:34.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:34.275 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:17:34.275 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:34.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:34.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:34.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:34.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:34.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:35.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:35.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:35.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:35.276 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:35.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:17:35.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:17:35.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:17:35.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:35.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:35.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 08:17:35.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:35.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:35.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:35.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:17:35.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:35.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:35.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:35.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:35.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:35.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:36.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:36.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:36.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:36.282 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:36.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:17:36.308 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 08:17:36.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:17:36.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:36.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:36.308 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 08:17:36.308 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:36.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:36.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:36.309 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:17:36.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:36.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:36.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:36.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:36.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:36.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:37.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:37.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:37.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:37.318 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:37.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:17:37.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:17:37.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:17:37.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:37.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:37.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 08:17:37.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:37.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:37.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:37.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:17:37.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:37.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:37.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:37.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:17:37.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:17:37.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:17:37.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:17:37.339 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 08:17:37.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:17:37.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:37.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:37.340 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 08:17:37.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:37.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:37.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:37.340 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:17:37.346 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:37.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:37.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:37.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:37.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:37.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:38.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:38.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:38.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:38.349 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:38.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:17:38.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:17:38.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:17:38.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:38.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:38.350 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 08:17:38.350 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:38.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:38.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:38.350 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:17:38.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:38.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:38.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:38.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:17:38.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:17:38.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:17:38.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:17:38.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:17:38.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:17:38.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:38.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:38.363 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 08:17:38.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:38.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:38.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:38.363 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:17:38.363 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:38.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:38.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:38.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:38.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:38.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:39.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:39.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:39.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:39.365 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:17:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:17:39.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:17:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:39.365 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 08:17:39.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:39.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:17:39.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:39.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:39.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:39.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:39.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:40.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:40.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:40.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:40.366 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:40.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:17:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:17:40.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:17:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:40.367 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 08:17:40.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:40.367 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:17:40.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:40.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:40.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:40.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:40.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:41.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:41.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:41.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:41.368 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:41.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:17:41.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:17:41.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:17:41.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:41.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:41.368 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 08:17:41.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:41.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:41.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:41.369 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:17:41.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:41.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:41.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:41.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:41.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:41.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:42.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:42.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:42.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:42.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:42.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:42.870 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:42.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:17:42.870 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 08:17:42.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:17:42.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:42.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:42.870 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 08:17:42.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:42.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:42.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:42.871 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:17:42.871 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:42.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:42.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:42.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:43.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:43.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:43.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:43.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:43.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:43.881 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:43.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:17:43.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:17:43.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:17:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:43.882 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 08:17:43.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:43.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:17:43.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:43.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:43.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:17:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:17:43.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:17:43.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:17:43.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:17:43.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:17:43.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:43.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:43.888 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 08:17:43.888 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:43.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:43.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:43.888 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:17:43.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:43.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:43.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:43.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:44.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:44.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:44.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:44.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:44.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:44.889 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:44.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:17:44.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:17:44.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:17:44.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:44.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:44.890 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 08:17:44.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:44.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:44.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:44.890 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:17:44.890 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:44.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:44.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:44.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:45.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:45.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:45.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:45.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:45.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:45.891 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:45.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:17:45.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:17:45.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:17:45.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:45.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:45.891 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 08:17:45.891 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:45.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:45.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:45.892 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:17:45.892 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:45.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:45.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:45.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:46.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:46.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:46.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:46.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:47.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:47.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:47.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:47.393 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:47.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:17:47.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:17:47.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:17:47.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:47.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:47.393 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 08:17:47.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:47.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:47.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:47.394 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:17:47.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:47.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:47.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:47.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:47.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:47.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:48.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:48.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:48.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:48.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:48.895 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:17:48.895 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 08:17:48.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:17:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:48.896 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 08:17:48.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:48.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:48.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:48.896 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:17:48.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:48.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:48.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:48.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:49.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:49.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:49.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:49.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:49.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:49.917 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:49.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:17:49.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:17:49.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:17:49.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:49.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:49.917 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 08:17:49.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:49.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:49.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:49.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:17:49.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:49.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:49.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:49.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:17:49.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:17:49.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:17:49.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:17:49.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:17:49.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:17:49.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:49.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:49.923 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 08:17:49.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:49.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:49.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:49.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:17:49.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:49.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:49.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:49.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:50.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:50.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:50.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:50.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:50.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:50.924 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:50.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:17:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:17:50.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:17:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:50.925 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 08:17:50.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:50.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:17:50.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:50.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:50.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:51.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:51.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:51.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:51.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:51.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:51.926 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:51.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:17:51.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:17:51.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:17:51.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:51.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:51.926 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 08:17:51.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:51.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:51.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:51.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:17:51.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:51.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:51.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:51.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:52.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:52.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:52.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:52.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:53.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:53.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:53.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:53.428 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:53.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:17:53.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:17:53.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:17:53.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:53.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:53.429 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 08:17:53.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:53.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:53.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:53.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:17:53.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:53.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:53.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:53.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:53.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:53.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:54.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:54.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:54.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:54.430 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:54.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:17:54.430 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 08:17:54.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:17:54.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:54.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:54.430 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 08:17:54.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:54.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:54.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:54.436 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:17:54.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:54.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:54.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:54.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:54.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:54.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:55.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:55.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:55.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:55.530 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:55.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:17:55.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:17:55.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:17:55.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:55.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:55.531 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 08:17:55.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:55.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:55.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:55.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:17:55.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:55.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:55.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:55.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:17:55.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:17:55.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:17:55.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:17:55.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:17:55.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:17:55.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:55.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:55.532 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 08:17:55.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:55.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:55.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:55.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:17:55.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:55.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:55.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:55.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:56.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:56.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:56.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:56.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:57.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:57.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:57.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:57.034 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:57.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:17:57.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:17:57.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:17:57.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:57.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:57.035 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 08:17:57.035 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:57.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:57.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:57.035 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:17:57.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:57.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:57.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:57.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:57.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:57.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:58.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:58.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:58.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:58.038 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:58.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:17:58.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:17:58.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:17:58.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:58.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:58.039 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 08:17:58.039 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:58.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:58.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:58.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:17:58.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:58.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:58.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:58.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:58.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:58.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:59.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:59.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:59.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:17:59.040 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:17:59.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:17:59.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:17:59.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:17:59.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:17:59.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:17:59.041 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 08:17:59.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:17:59.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:17:59.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:17:59.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:17:59.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:17:59.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:17:59.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:59.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:17:59.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:17:59.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:00.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:00.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:00.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:00.042 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:00.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:00.046 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 08:18:00.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:00.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:00.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:00.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 08:18:00.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:00.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:00.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:00.055 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:00.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:00.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:00.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:00.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:00.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:00.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:01.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:01.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:01.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:01.058 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:01.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:01.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:01.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:01.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:01.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:01.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 08:18:01.058 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:01.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:01.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:01.058 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:01.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:01.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:01.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:01.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:01.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:01.065 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 08:18:01.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:01.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:01.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:01.066 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 08:18:01.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:01.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:01.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:01.066 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:01.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:01.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:01.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:01.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:01.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:01.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:02.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:02.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:02.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:02.088 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:02.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:02.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:02.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:02.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:02.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:02.088 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 08:18:02.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:02.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:02.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:02.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:02.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:02.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:02.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:02.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:02.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:02.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:02.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:02.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:02.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:02.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:02.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:02.095 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 08:18:02.095 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:02.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:02.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:02.095 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:02.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:02.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:02.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:02.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:02.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:02.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:03.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:03.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:03.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:03.096 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:03.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:03.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:03.097 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 08:18:03.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:03.097 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:03.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:03.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:03.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:03.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:03.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:03.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:04.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:04.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:04.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:04.098 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:04.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:18:04.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:18:04.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:18:04.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:04.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:04.099 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 08:18:04.099 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:04.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:04.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:04.099 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:18:04.099 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:04.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:04.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:04.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:04.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:04.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:04.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:04.102 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 08:18:04.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:04.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:04.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:04.102 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 08:18:04.102 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:04.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:04.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:04.102 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:04.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:04.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:04.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:04.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:04.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:04.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:05.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:05.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:05.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:05.105 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:05.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:05.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:05.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:05.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:05.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:05.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 08:18:05.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:05.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:05.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:05.106 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:05.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:05.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:05.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:05.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:05.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:05.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:05.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:05.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:05.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:05.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:05.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:05.113 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 08:18:05.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:05.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:05.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:05.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:05.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:05.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:05.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:05.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:05.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:05.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:06.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:06.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:06.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:06.115 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:06.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:06.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:06.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:06.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:06.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:06.115 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 08:18:06.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:06.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:06.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:06.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:06.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:06.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:06.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:06.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:06.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:06.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:07.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:07.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:07.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:07.117 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:07.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:18:07.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:18:07.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:18:07.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:07.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:07.117 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 08:18:07.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:07.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:07.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:07.117 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:18:07.117 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:07.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:07.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:07.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:07.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:07.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:07.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:18:07.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:18:07.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:18:07.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:07.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:07.122 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 08:18:07.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:07.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:07.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:07.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:18:07.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:07.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:07.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:07.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:07.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:07.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:08.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:08.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:08.123 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:08.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:08.124 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 08:18:08.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:08.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:08.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:08.124 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 08:18:08.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:08.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:08.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:08.124 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:08.124 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:08.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:08.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:08.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:08.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:08.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:09.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:09.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:09.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:09.145 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:09.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:09.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:09.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:09.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:09.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:09.146 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 08:18:09.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:09.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:09.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:09.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:09.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:09.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:09.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:09.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:09.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:09.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:09.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:09.152 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 08:18:09.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:09.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:09.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:09.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:09.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:09.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:09.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:09.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:10.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:10.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:10.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:10.153 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:10.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:10.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:10.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:10.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:10.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:10.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 08:18:10.154 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:10.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:10.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:10.154 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:10.154 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:10.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:10.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:10.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:10.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:10.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:11.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:11.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:11.155 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:18:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:18:11.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:18:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:11.155 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 08:18:11.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:11.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:18:11.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:11.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:11.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:11.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:11.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:11.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:11.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:18:11.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:18:11.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:18:11.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:11.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:11.160 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 08:18:11.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:11.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:11.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:11.160 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:18:11.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:11.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:11.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:11.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:11.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:11.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:12.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:12.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:12.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:12.161 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:12.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:12.161 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 08:18:12.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:12.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:12.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:12.161 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 08:18:12.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:12.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:12.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:12.162 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:12.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:12.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:12.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:12.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:12.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:12.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:13.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:13.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:13.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:13.172 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:13.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:13.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 08:18:13.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:13.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:13.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:13.173 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 08:18:13.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:13.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:13.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:13.173 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:13.173 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:13.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:13.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:13.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:13.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:13.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:13.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:13.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 08:18:13.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:13.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:13.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:13.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:13.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:13.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:13.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:13.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:14.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:14.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:14.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:14.182 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:14.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:14.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:14.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:14.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:14.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:14.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 08:18:14.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:14.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:14.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:14.183 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:14.183 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:14.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:14.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:14.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:14.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:14.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:15.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:15.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:15.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:15.184 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:15.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:18:15.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:18:15.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:18:15.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:15.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:15.185 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 08:18:15.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:15.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:15.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:15.185 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:18:15.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:15.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:15.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:15.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:15.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:15.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:15.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:18:15.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:18:15.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:18:15.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:15.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:15.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 08:18:15.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:15.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:15.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:15.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:18:15.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:15.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:15.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:15.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:15.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:15.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:16.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:16.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:16.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:16.190 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:16.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.... 08:18:16.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. finished successfully 08:18:16.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:16.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:16.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:16.193 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 08:18:16.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:16.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:16.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:16.193 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:16.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:16.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:16.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:16.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:16.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:16.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:17.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:17.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:17.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:17.215 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:17.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:17.215 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 08:18:17.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:17.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:17.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:17.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:17.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:17.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:17.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.... 08:18:17.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 08:18:17.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:17.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:17.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:17.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 08:18:17.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:17.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:17.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:17.221 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:17.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:17.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:17.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:17.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:17.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:18.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:18.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:18.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:18.240 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:18.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:18.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:18.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:18.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:18.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:18.241 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 08:18:18.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:18.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:18.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:18.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:18.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:18.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:18.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:18.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:18.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:18.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:18.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:18.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:18.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:18.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:18.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:18.248 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 08:18:18.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:18.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:18.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:18.248 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:18.248 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:18.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:18.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:18.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:18.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:18.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:19.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:19.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:19.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:19.249 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:19.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:19.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:19.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:19.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:19.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:19.250 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 08:18:19.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:19.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:19.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:19.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:19.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:19.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:19.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:19.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:19.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:19.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:19.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:18:19.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:18:19.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:18:19.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:19.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:19.253 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 08:18:19.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:19.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:19.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:19.253 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:18:19.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:19.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:19.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:19.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:19.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:19.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:19.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:19.254 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 08:18:19.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:19.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:19.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:19.254 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 08:18:19.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:19.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:19.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:19.274 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:19.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:19.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:19.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:19.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:19.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:19.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:20.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:20.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:20.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:20.277 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:20.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:20.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:20.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:20.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:20.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:20.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 08:18:20.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:20.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:20.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:20.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:20.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:20.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:20.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:20.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:20.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:20.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:20.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:20.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:20.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:20.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:20.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:20.283 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 08:18:20.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:20.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:20.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:20.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:20.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:20.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:20.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:20.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:20.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:20.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:21.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:21.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:21.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:21.286 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:21.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:21.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:21.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:21.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:21.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:21.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 08:18:21.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:21.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:21.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:21.287 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:21.287 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:21.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:21.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:21.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:21.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:21.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:21.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:21.290 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 08:18:21.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:21.290 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 08:18:21.290 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:21.290 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:21.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:21.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:21.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:21.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:21.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:21.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:22.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:22.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:22.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:22.294 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:22.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:22.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:22.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:22.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:22.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:22.295 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 08:18:22.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:22.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:22.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:22.295 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:22.295 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:22.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:22.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:22.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:22.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:22.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:22.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:22.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:22.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:22.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:22.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:22.313 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 08:18:22.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:22.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:22.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:22.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:22.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:22.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:22.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:22.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:22.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:22.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:23.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:23.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:23.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:23.315 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:23.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:23.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:23.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:23.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:23.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:23.315 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 08:18:23.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:23.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:23.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:23.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:23.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:23.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:23.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:23.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:23.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:23.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:18:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:18:23.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:18:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:23.319 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 08:18:23.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:23.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:23.320 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:18:23.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:23.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:23.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:23.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:23.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:23.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:23.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:18:23.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:18:23.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:18:23.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:23.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:23.323 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 08:18:23.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:23.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:23.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:23.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:18:23.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:23.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:23.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:23.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:23.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:23.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:24.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:24.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:24.324 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:24.324 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 08:18:24.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:24.324 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 08:18:24.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:24.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:24.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:24.325 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:24.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:24.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:24.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:24.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:24.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:24.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:25.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:25.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:25.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:25.347 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:25.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:25.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:25.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:25.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:25.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:25.347 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 08:18:25.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:25.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:25.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:25.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:25.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:25.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:25.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:25.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:25.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:25.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:25.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:25.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:25.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:25.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:25.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:25.356 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 08:18:25.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:25.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:25.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:25.356 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:25.356 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:25.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:25.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:25.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:25.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:25.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:26.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:26.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:26.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:26.360 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:26.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:26.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:26.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:26.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:26.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:26.360 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 08:18:26.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:26.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:26.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:26.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:26.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:26.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:26.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:26.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:26.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:26.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:26.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:18:26.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:18:26.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:18:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:26.364 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 08:18:26.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:26.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:18:26.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:26.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:26.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:26.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:18:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:18:26.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:18:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:26.364 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 08:18:26.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:26.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:26.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:26.370 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:18:26.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:26.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:26.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:26.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:26.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:26.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:27.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:27.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:27.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:27.371 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:27.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:27.376 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 08:18:27.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:27.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:27.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:27.376 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 08:18:27.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:27.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:27.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:27.384 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:27.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:27.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:27.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:27.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:27.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:27.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:28.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:28.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:28.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:28.387 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:28.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:28.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:28.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:28.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:28.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:28.387 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 08:18:28.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:28.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:28.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:28.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:28.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:28.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:28.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:28.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:28.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:28.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:28.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:28.402 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 08:18:28.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:28.402 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 08:18:28.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:28.402 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:28.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:28.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:28.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:28.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:28.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:29.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:29.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:29.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:29.424 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:29.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:29.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:29.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:29.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:29.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:29.424 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 08:18:29.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:29.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:29.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:29.424 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:29.424 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:29.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:29.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:29.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:29.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:29.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:29.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:29.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:29.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:29.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:29.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:29.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 08:18:29.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:29.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:29.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:29.434 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:29.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:29.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:29.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:29.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:29.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:29.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:29.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 08:18:29.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:29.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:29.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:29.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:29.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:29.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:18:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:18:29.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:18:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:29.456 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 08:18:29.456 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:29.456 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:18:29.456 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:29.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:29.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:29.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:29.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:29.461 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 08:18:29.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:29.461 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 08:18:29.461 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:29.470 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:29.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:29.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:29.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:29.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:29.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:29.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:30.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:30.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:30.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:30.473 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:30.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:30.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:30.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:30.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:30.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:30.474 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 08:18:30.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:30.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:30.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:30.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:30.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:30.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:30.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:30.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:30.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:30.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:30.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:30.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:30.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:30.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:30.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:30.481 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 08:18:30.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:30.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:30.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:30.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:30.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:30.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:30.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:30.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:30.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:30.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:30.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:30.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:30.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:30.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:30.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:30.526 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 08:18:30.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:30.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:30.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:30.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:30.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:30.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:30.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:30.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:30.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:30.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:30.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:30.529 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 08:18:30.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:30.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:30.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:30.529 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 08:18:30.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:30.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:30.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:30.529 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:30.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:30.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:30.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:30.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:31.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:31.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:31.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:31.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:31.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:31.551 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:31.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:31.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:31.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:31.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:31.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:31.551 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 08:18:31.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:31.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:31.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:31.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:31.552 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:31.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:31.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:31.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:31.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:31.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:31.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:31.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:31.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:31.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:31.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:31.558 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 08:18:31.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:31.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:31.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:31.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:31.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:31.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:31.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:31.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:31.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:31.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:31.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:31.560 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 08:18:31.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:31.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:31.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:31.560 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 08:18:31.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:31.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:31.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:31.560 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:31.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:31.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:31.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:31.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:32.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:32.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:32.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:32.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:32.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:32.563 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:32.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:32.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:32.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:32.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:32.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:32.563 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 08:18:32.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:32.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:32.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:32.563 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:32.563 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:32.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:32.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:32.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:32.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:32.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:32.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:32.570 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 08:18:32.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:32.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:32.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:32.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:32.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:32.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:32.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:32.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:32.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:32.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:32.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:32.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:32.574 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 08:18:32.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:32.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:32.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:32.577 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:32.577 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:32.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:32.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:32.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:32.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:32.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:32.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:18:32.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:18:32.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:18:32.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:32.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:32.578 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 08:18:32.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:32.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:32.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:32.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:18:32.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:32.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:32.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:32.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:32.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:32.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:32.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:18:32.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 08:18:32.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:18:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:32.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 08:18:32.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:32.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:18:32.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:32.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:32.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:33.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:33.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:33.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:33.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:34.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:34.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:34.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:34.093 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:34.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:34.096 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 08:18:34.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:34.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:34.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:34.096 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 08:18:34.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:34.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:34.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:34.096 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:34.096 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:34.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:34.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:34.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:34.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:34.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:35.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:35.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:35.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:35.105 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:35.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:35.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 08:18:35.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:35.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:35.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:35.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 08:18:35.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:35.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:35.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:35.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:35.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:35.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:35.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:35.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:35.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:35.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:35.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:35.120 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 08:18:35.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:35.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:35.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:35.120 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 08:18:35.120 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:35.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:35.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:35.147 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:35.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:35.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:35.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:35.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:35.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:35.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:36.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:36.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:36.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:36.150 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:36.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:36.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:36.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:36.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:36.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:36.150 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 08:18:36.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:36.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:36.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:36.151 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:36.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:36.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:36.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:36.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:36.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:36.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:36.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:36.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:36.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:36.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:36.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:36.167 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 08:18:36.167 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:36.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:36.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:36.168 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:36.168 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:36.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:36.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:36.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:36.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:36.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:36.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:36.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:36.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:36.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:36.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:36.171 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 08:18:36.171 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:36.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:36.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:36.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:36.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:36.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:36.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:36.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:36.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:36.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:36.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:18:36.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:18:36.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:18:36.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:36.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:36.172 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 08:18:36.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:36.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:36.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:36.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:18:36.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:36.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:36.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:36.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:36.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:36.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:36.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:36.178 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 08:18:36.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:36.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:36.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:36.178 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 08:18:36.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:36.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:36.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:36.178 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:36.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:36.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:36.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:36.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:36.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:36.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:37.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:37.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:37.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:37.181 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:37.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:37.182 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 08:18:37.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:37.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:37.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:37.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:37.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:37.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:37.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:37.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:37.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:37.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:37.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:37.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:37.199 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 08:18:37.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:37.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:37.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:37.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:37.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:37.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:37.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:37.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:37.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:37.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:37.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:37.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:37.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:37.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:37.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:37.203 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 08:18:37.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:37.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:37.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:37.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:37.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:37.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:37.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:37.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:37.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:37.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:37.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:37.205 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 08:18:37.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:37.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:37.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:37.206 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 08:18:37.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:37.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:37.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:37.206 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:37.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:37.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:37.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:37.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:37.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:37.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:38.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:38.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:38.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:38.209 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:38.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:38.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:38.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:38.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:38.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:38.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 08:18:38.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:38.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:38.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:38.209 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:38.209 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:38.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:38.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:38.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:38.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:38.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:38.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:38.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:38.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:38.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:38.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:38.217 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 08:18:38.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:38.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:38.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:38.217 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:38.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:38.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:38.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:38.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:38.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:38.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:38.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:38.231 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 08:18:38.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:38.231 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 08:18:38.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:38.255 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:38.256 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:38.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:38.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:38.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:38.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:38.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:39.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:39.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:39.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:39.258 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:39.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:39.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:39.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:39.259 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 08:18:39.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:39.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:39.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:39.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:39.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:39.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:39.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:39.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:39.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:39.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:39.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:39.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:39.266 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 08:18:39.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:39.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:39.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:39.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:39.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:39.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:39.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:39.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:39.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:39.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:39.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:39.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:39.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:39.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:39.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:39.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 08:18:39.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:39.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:39.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:39.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:39.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:39.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:39.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:39.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:39.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:39.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:39.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:18:39.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:18:39.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:18:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:39.281 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 08:18:39.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:39.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:18:39.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:39.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:39.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:39.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:18:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:18:39.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:18:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:39.281 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 08:18:39.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:39.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:18:39.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:39.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:39.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:39.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:39.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:39.286 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 08:18:39.286 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 08:18:39.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:18:39.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:18:39.292 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 08:18:39.292 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 08:18:39.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:18:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:18:39.296 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 08:18:39.296 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 08:18:39.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:18:39.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:18:39.299 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 08:18:39.299 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 08:18:39.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:18:39.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:18:39.305 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 08:18:39.306 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 08:18:39.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:18:39.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:18:39.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:18:39.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:18:39.315 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:18:39.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:39.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:39.316 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:18:39.316 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:18:39.316 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:18:39.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:18:39.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:18:39.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:18:39.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:18:39.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:39.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:39.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:39.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:39.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:39.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:18:39.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:18:39.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:18:39.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:39.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:39.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:39.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:39.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:39.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:39.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:39.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:39.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:39.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:39.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:39.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:18:39.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:18:39.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:18:39.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:39.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:39.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:39.381 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 08:18:39.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:39.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:39.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:39.381 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 08:18:39.381 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:39.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:39.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:39.382 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:39.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:39.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:39.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:39.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:39.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:40.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:40.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:40.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:40.402 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:40.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:40.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:40.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:40.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:40.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:40.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 08:18:40.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:40.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:40.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:40.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:40.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:40.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:40.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:40.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:40.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:40.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:41.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:41.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:41.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:41.404 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:41.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:41.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:41.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:41.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:41.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:41.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 08:18:41.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:41.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:41.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:41.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:41.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:41.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:41.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:41.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:41.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:41.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:42.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:42.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:42.406 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:18:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:18:42.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:18:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:42.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 08:18:42.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:42.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:18:42.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:42.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:42.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:42.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:42.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:43.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:43.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:43.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:43.407 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:43.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:18:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:18:43.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:18:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:43.408 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 08:18:43.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:43.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:18:43.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:43.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:43.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:43.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:43.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:44.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:44.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:44.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:44.409 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:44.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:44.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:44.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:44.410 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 08:18:44.410 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:44.410 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:44.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:44.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:44.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:44.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:44.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:44.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:45.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:45.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:45.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:45.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:45.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:45.911 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:45.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:45.914 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 08:18:45.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:45.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:45.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:45.914 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 08:18:45.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:45.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:45.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:45.914 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:45.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:45.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:45.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:45.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:46.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:46.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:46.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:46.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:46.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:46.922 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:46.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:46.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:46.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:46.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:46.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:46.923 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 08:18:46.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:46.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:46.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:46.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:46.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:46.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:46.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:46.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:47.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:47.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:47.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:47.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:47.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:47.924 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:47.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:47.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:47.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:47.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:47.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:47.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 08:18:47.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:47.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:47.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:47.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:47.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:47.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:47.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:47.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:48.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:48.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:48.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:48.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:49.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:49.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:49.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:49.426 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:49.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:18:49.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:18:49.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:18:49.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:49.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:49.426 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 08:18:49.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:49.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:49.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:49.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:18:49.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:49.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:49.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:49.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:49.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:49.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:50.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:50.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:50.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:50.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:50.928 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:18:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:18:50.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:18:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:50.928 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 08:18:50.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:50.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:18:50.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:50.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:50.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:50.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:51.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:51.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:51.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:51.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:51.929 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:51.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:51.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:51.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:51.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:51.930 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 08:18:51.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:51.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:51.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:51.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:51.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:51.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:51.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:51.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:51.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:51.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:51.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:51.933 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 08:18:51.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:51.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:51.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:51.933 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 08:18:51.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:51.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:51.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:51.933 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:51.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:51.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:51.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:51.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:52.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:52.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:52.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:52.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:52.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:52.936 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:52.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:52.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:52.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:52.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:52.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:52.936 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 08:18:52.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:52.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:52.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:52.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:52.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:52.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:52.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:52.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:53.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:53.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:53.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:53.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:53.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:53.937 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:53.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:53.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:53.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:53.938 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 08:18:53.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:53.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:53.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:53.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:53.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:54.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:54.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:54.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:54.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:54.939 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:18:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:18:54.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:18:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:54.939 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 08:18:54.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:54.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:18:54.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:54.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:54.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:54.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:55.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:55.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:55.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:55.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:56.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:56.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:56.441 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:18:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:18:56.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:18:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:56.441 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 08:18:56.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:56.441 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:18:56.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:56.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:56.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:56.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:56.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:57.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:57.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:57.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:57.442 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:57.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:18:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:18:57.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:18:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:57.443 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 08:18:57.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:57.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:18:57.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:57.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:57.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:18:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:18:57.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:18:57.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:18:57.448 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 08:18:57.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:18:57.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:57.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:57.448 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 08:18:57.448 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:57.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:57.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:57.453 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:18:57.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:57.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:57.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:57.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:57.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:57.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:58.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:58.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:58.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:58.455 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:58.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:18:58.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:18:58.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:18:58.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:58.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:58.456 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 08:18:58.456 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:58.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:58.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:58.456 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:18:58.456 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:58.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:58.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:58.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:58.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:58.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:59.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:59.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:59.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:18:59.457 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:18:59.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:18:59.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:18:59.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:18:59.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:18:59.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:18:59.457 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 08:18:59.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:18:59.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:18:59.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:18:59.458 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:18:59.458 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:18:59.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:18:59.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:59.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:18:59.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:18:59.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:00.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:00.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:00.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:00.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:00.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:19:00.960 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:19:00.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:19:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:19:00.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:19:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:00.961 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 08:19:00.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:00.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:00.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:00.980 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:19:00.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:00.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:00.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:00.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:01.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:01.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:01.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:01.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:01.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:19:01.982 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:19:01.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:19:01.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:19:01.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:19:01.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:01.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:01.982 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 08:19:01.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:01.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:01.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:01.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:19:01.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:01.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:01.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:01.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:01.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:01.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:01.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:19:01.986 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 08:19:01.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:01.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:01.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:01.987 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 08:19:01.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:01.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:01.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:02.009 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:19:02.009 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:02.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:02.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:02.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:02.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:02.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:03.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:03.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:03.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:19:03.012 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:19:03.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:19:03.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:19:03.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:19:03.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:03.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:03.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 08:19:03.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:03.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:03.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:03.013 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:19:03.013 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:03.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:03.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:03.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:03.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:03.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:04.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:04.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:04.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:19:04.014 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:19:04.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:19:04.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:19:04.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:19:04.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:04.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:04.015 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 08:19:04.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:04.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:04.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:04.015 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:19:04.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:04.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:04.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:04.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:04.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:04.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:05.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:05.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:05.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:05.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:19:05.516 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:19:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:19:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:19:05.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:19:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:05.516 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 08:19:05.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:05.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:05.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:19:05.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:05.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:05.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:05.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:06.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:06.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:06.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:06.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:07.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:07.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:07.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:19:07.018 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:19:07.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:19:07.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:19:07.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:19:07.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:07.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:07.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 08:19:07.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:07.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:07.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:07.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:19:07.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:07.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:07.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:07.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:07.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:07.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:07.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:19:07.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:19:07.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:19:07.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:07.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:07.022 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 08:19:07.022 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:07.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:07.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:07.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:19:07.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:07.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:07.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:07.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:07.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:07.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:19:07.027 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 08:19:07.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:07.027 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 08:19:07.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:07.028 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:19:07.032 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:07.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:07.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:07.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:07.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:07.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:08.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:08.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:08.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:19:08.034 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:19:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:19:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:19:08.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:19:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:08.035 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 08:19:08.035 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:08.035 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:19:08.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:08.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:08.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:08.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:08.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:08.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:19:08.041 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 08:19:08.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:08.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:08.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:08.042 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 08:19:08.042 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:08.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:08.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:08.042 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:19:08.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:08.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:08.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:08.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:08.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:08.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:09.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:09.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:09.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:19:09.049 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:19:09.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:19:09.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:19:09.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:19:09.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:09.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:09.050 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 08:19:09.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:09.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:09.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:09.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:19:09.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:09.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:09.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:09.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:09.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:09.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:09.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:19:09.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:19:09.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:19:09.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:09.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:09.057 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 08:19:09.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:09.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:09.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:09.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:19:09.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:09.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:09.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:09.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:09.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:09.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:10.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:10.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:10.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:19:10.058 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:19:10.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:19:10.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:19:10.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:19:10.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:10.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:10.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 08:19:10.058 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:10.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:10.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:10.058 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:19:10.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:10.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:10.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:10.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:10.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:10.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:11.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:11.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:11.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:19:11.059 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:19:11.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:19:11.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:19:11.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:19:11.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:11.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:11.060 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 08:19:11.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:11.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:11.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:11.060 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:19:11.060 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:11.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:11.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:11.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:11.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:11.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:19:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:19:11.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:19:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:11.063 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 08:19:11.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:11.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:19:11.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:11.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:11.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:11.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:11.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:19:11.068 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 08:19:11.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:11.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:11.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:11.068 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 08:19:11.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:11.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:11.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:11.073 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:19:11.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:11.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:11.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:11.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:11.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:11.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:12.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:12.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:12.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:19:12.076 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:19:12.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:19:12.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:19:12.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:19:12.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:12.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:12.076 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 08:19:12.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:12.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:12.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:12.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:19:12.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:12.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:12.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:12.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:12.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:12.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:12.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:19:12.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:19:12.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:19:12.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:12.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:12.089 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 08:19:12.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:12.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:12.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:12.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:19:12.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:12.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:12.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:12.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:12.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:12.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:12.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:19:12.092 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 08:19:12.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:12.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:12.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:12.093 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 08:19:12.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:12.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:12.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:12.093 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:19:12.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:12.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:12.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:12.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:12.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:12.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:13.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:13.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:13.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:19:13.113 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:19:13.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:19:13.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:19:13.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:19:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:13.114 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 08:19:13.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:13.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:19:13.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:13.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:13.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:13.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:19:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:19:13.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:19:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:13.119 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 08:19:13.119 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:13.119 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:19:13.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:13.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:13.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:13.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:19:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:19:13.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:19:13.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:13.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:13.122 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 08:19:13.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:13.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:13.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:13.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:19:13.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:13.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:13.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:13.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:13.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:13.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:14.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:14.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:14.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:19:14.123 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:19:14.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 08:19:14.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 08:19:14.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 08:19:14.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:14.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:14.123 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 08:19:14.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:14.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:14.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:14.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 08:19:14.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:14.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:14.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:14.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:14.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:14.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:14.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 08:19:14.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 08:19:14.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 08:19:14.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:14.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:14.126 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 08:19:14.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:14.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 08:19:14.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:14.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:14.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:14.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 08:19:14.131 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 08:19:14.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:14.131 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 08:19:14.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:14.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:14.132 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 08:19:14.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:14.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:14.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:14.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:14.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:14.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:15.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:15.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:15.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:19:15.134 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 08:19:15.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 08:19:15.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 08:19:15.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 08:19:15.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:15.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:15.135 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 08:19:15.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:15.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:15.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:15.135 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 08:19:15.135 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:15.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:15.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:15.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:15.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:15.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 08:19:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 08:19:15.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 08:19:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:15.149 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 08:19:15.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:15.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 08:19:15.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:15.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:15.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:15.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 08:19:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 08:19:15.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 08:19:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:15.152 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 08:19:15.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:15.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 08:19:15.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:15.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:15.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:15.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 08:19:15.153 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 08:19:15.153 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 08:19:15.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:15.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:15.157 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 08:19:15.158 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 08:19:15.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:15.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:15.160 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 08:19:15.160 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 08:19:15.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:15.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:15.162 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 08:19:15.162 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 08:19:15.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:15.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:15.164 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 08:19:15.164 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 08:19:15.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:15.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:15.184 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:19:15.184 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:15.184 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:15.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:15.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:15.184 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 08:19:15.184 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 08:19:15.184 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:15.184 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:15.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:15.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 129.801 s - in org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 93.901 s testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 35.868 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-0809 [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 08:19:26.211 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:19:26.213 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:19:26.226 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:19:26.227 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:19:26.249 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:19:26.317 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:19:26.319 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:26.323 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:19:26.326 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:19:26.326 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:19:26.335 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:19:26.339 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:26.339 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:19:26.342 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:26.342 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:19:26.355 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:26.356 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:19:26.416 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.*'] 08:19:26.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:19:26.425 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.*'] 08:19:26.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:19:26.426 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.*'] 08:19:26.426 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:19:26.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:26.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:26.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:26.441 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:26.447 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:26.450 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:26.450 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:26.451 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:26.451 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:26.451 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:26.451 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:26.451 DEBUG [main][MenuItemLookup] Item match:Window 08:19:26.454 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:26.455 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:26.455 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:26.455 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:26.455 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:26.455 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:19:26.455 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:26.455 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:19:26.455 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:26.455 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:19:26.455 DEBUG [main][MenuItemLookup] Item match:Preferences 08:19:26.458 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:19:26.458 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:19:26.459 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:19:26.651 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.... 08:19:26.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 'Preferences.*'] is available. finished successfully 08:19:26.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:19:26.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:26.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:26.656 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:19:26.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:19:26.673 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 08:19:26.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:26.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:26.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:26.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:26.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:26.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:26.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:26.739 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) 08:19:26.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:26.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:26.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:26.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:26.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:26.750 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:19:26.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:26.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:26.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:26.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:19:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:19:26.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:26.836 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:26.838 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:19:26.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:19:26.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:26.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:26.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:26.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:26.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:26.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:26.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:26.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:26.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:26.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:26.853 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:26.853 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') 08:19:26.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:26.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:26.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:26.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:26.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:26.856 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:19:26.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:19:26.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:26.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:26.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:26.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:26.873 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 08:19:26.873 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 08:19:26.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:19:26.875 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:26.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:26.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:26.950 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:19:26.950 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:26.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:26.954 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:19:26.955 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:26.955 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:19:26.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:19:26.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:26.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:26.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:26.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:26.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:26.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:26.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:26.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:26.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:26.967 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 08:19:26.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:26.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:26.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:26.975 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:26.975 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:26.975 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:26.975 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:26.976 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:26.976 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:26.976 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:26.976 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:26.976 DEBUG [main][MenuItemLookup] Item match:Window 08:19:26.977 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:26.977 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:26.977 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:26.977 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:26.977 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:26.977 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:27.013 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:27.014 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:27.014 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:27.014 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:27.014 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:27.014 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:27.014 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:27.014 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:27.014 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:27.014 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:27.014 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:27.015 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:27.015 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:27.015 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:27.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:27.066 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 08:19:27.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:27.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:27.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:27.068 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 08:19:27.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:27.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:27.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:27.068 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:27.068 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:27.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:27.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:27.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:27.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:27.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:27.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:19:27.071 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:19:27.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:27.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:27.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:19:27.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:19:27.581 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:19:27.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:27.581 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:19:27.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:27.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:19:27.582 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 08:19:27.582 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 08:19:27.583 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 08:19:27.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 08:19:27.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:27.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:27.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:27.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:27.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:27.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:27.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:27.586 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") 08:19:27.586 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:27.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:27.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:27.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:27.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:27.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:27.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:27.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:27.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:27.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:27.588 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:27.589 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:27.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:27.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:27.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:27.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:27.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:27.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:27.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:27.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:27.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:27.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:27.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:27.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:27.717 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:27.717 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') 08:19:27.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:27.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:27.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:27.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:27.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:27.720 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:19:27.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:19:27.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:27.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:27.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:27.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:27.723 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:19:27.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:19:27.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:27.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:19:27.724 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 08:19:27.724 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 08:19:27.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:19:27.725 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:27.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:27.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:27.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:19:27.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:27.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:27.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:27.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:27.772 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:19:27.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:27.773 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:19:27.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:19:27.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:27.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:27.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:27.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:27.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:27.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:27.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:27.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:27.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:27.809 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 08:19:27.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:27.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:27.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:27.818 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:27.818 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:27.818 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:27.819 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:27.819 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:27.819 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:27.819 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:27.819 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:27.819 DEBUG [main][MenuItemLookup] Item match:Window 08:19:27.820 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:27.820 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:27.820 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:27.820 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:27.820 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:27.820 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:27.823 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:27.823 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:27.824 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:27.824 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:27.824 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:27.824 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:27.824 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:27.824 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:27.824 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:27.824 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:27.824 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:27.825 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:27.825 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:27.825 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:27.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:27.911 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 08:19:27.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:27.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:27.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:27.914 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 08:19:27.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:27.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:27.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:27.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:27.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:27.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:27.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:27.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:27.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:27.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:27.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:27.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:27.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:19:27.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:19:27.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:27.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:19:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:27.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:19:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:19:27.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:19:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:27.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:19:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:27.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:19:27.921 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 08:19:27.922 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 08:19:27.922 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 08:19:27.922 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 08:19:27.922 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:27.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:27.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:27.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:27.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:27.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:27.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:27.924 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") 08:19:27.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:27.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:27.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:27.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:27.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:27.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:27.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:27.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:27.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:27.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:27.926 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:27.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:27.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:27.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:27.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:28.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:28.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:28.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:28.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:28.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:28.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:28.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:28.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:28.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:28.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:28.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:28.056 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:28.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') 08:19:28.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:28.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:28.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:28.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:28.057 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:19:28.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:19:28.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:28.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:28.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:28.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:28.074 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:19:28.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:19:28.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:28.086 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 08:19:28.086 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 08:19:28.108 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 08:19:28.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:19:28.130 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:28.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:19:28.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:28.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:28.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:28.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:28.164 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 08:19:28.165 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 08:19:28.165 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:28.165 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:28.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:28.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.03 s - in org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.116 s testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.817 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.391 s Running org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:28.212 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:28.214 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:19:28.214 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:28.214 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:28.215 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:28.215 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:19:28.215 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:28.215 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:19:28.215 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:28.215 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:19:28.215 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.*'] 08:19:28.215 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:19:28.216 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.*'] 08:19:28.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:19:28.216 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.*'] 08:19:28.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:19:28.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:28.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:28.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:28.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:28.217 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:28.217 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:28.217 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:28.217 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:28.217 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:28.217 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:28.217 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:28.217 DEBUG [main][MenuItemLookup] Item match:Window 08:19:28.218 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:28.218 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:28.218 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:28.218 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:28.218 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:28.218 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:19:28.218 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:28.218 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:19:28.218 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:28.218 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:19:28.218 DEBUG [main][MenuItemLookup] Item match:Preferences 08:19:28.218 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:19:28.218 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:19:28.218 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:19:28.331 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.... 08:19:28.340 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 08:19:28.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:19:28.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:28.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:28.364 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:19:28.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:19:28.364 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 08:19:28.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:28.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:28.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:28.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:28.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:28.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:28.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:28.366 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) 08:19:28.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:28.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:28.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:28.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:28.368 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:19:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:28.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:28.369 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:28.369 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:19:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:19:28.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:28.450 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:28.450 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:28.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:28.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:28.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:28.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:28.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:28.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:28.453 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:19:28.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:28.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:28.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:28.454 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:28.454 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:28.454 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:28.454 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:28.454 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:28.454 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:28.454 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:28.454 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:28.454 DEBUG [main][MenuItemLookup] Item match:Window 08:19:28.455 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:28.455 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:28.455 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:28.455 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:28.455 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:28.455 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:28.459 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:28.459 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:28.459 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:28.459 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:28.459 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:28.459 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:28.459 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:28.459 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:28.459 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:28.459 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:28.459 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:28.508 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:28.508 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:28.508 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:28.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:28.565 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 08:19:28.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:28.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:28.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:28.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 08:19:28.566 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:28.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:28.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:28.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:28.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:28.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:28.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:28.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:28.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:28.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:19:28.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:29.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:29.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:29.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:19:29.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:29.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:29.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:29.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:29.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:29.070 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:19:29.070 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:19:29.071 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:19:29.071 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:19:29.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:29.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.071 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:29.071 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:29.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.072 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") 08:19:29.072 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.072 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:29.072 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:29.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:29.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:29.074 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:29.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:29.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:29.074 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:29.074 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:29.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:29.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:29.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:29.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:29.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:29.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:29.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:29.132 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:29.132 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') 08:19:29.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:29.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:29.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:29.133 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:29.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:29.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:29.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:29.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:29.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:29.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:29.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:29.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:29.146 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:29.146 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') 08:19:29.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:29.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:29.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:29.148 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:29.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:29.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:29.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:29.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:29.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:29.150 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:19:29.150 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:19:29.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:29.150 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:29.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:29.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:29.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.185 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.185 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:29.186 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:29.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:29.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:29.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.211 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:19:29.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:29.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:29.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:29.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:29.219 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:29.219 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:29.219 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:29.219 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:29.219 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:29.219 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:29.219 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:29.219 DEBUG [main][MenuItemLookup] Item match:Window 08:19:29.220 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:29.220 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:29.220 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:29.220 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:29.220 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:29.220 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:29.224 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:29.224 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:29.224 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:29.224 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:29.224 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:29.224 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:29.224 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:29.224 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:29.224 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:29.224 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:29.224 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:29.225 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:29.225 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:29.225 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:29.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:29.283 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 08:19:29.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:29.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:29.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:29.285 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 08:19:29.285 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:29.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.285 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:29.285 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:29.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:29.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:29.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:29.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:29.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:19:29.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:29.287 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:29.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:19:29.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:29.287 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:29.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:29.287 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:19:29.287 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:19:29.287 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:19:29.288 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:19:29.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:29.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.288 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:29.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:29.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.288 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") 08:19:29.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:29.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.288 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:29.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:29.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:29.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:29.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:29.289 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:29.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:29.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:29.289 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:29.289 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:29.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:29.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:29.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:29.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:29.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:29.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:29.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:29.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:29.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 '\*?\QWorkbench Test\E') 08:19:29.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:29.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:29.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:29.357 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:29.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:29.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:29.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:29.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:29.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:29.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:29.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:29.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:29.375 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:29.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:19:29.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:29.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:29.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:29.377 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:29.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:29.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:29.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:29.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:29.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:29.378 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:19:29.378 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:19:29.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:29.378 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:29.422 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.422 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:29.422 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:29.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.431 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:29.431 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:29.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:29.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:29.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:29.437 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.437 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.438 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:29.438 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:29.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:29.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:29.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:29.444 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.446 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.446 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:29.446 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:29.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:29.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:29.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.449 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 08:19:29.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:29.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:29.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:29.449 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:29.449 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:29.449 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:29.449 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:29.449 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:29.450 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:29.450 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:29.450 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:29.450 DEBUG [main][MenuItemLookup] Item match:Window 08:19:29.450 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:29.450 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:29.450 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:29.450 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:29.450 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:29.450 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:29.453 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:29.453 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:29.453 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:29.453 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:29.453 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:29.453 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:29.453 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:29.453 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:29.453 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:29.453 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:29.453 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:29.454 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:29.454 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:29.454 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:29.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:29.524 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 08:19:29.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:29.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:29.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:29.526 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 08:19:29.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:29.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:29.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:29.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:29.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:29.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:19:29.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:29.527 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:29.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:19:29.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:29.527 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:29.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:29.528 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 08:19:29.528 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 08:19:29.528 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 08:19:29.528 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 08:19:29.528 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:29.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.528 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:29.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:29.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.529 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") 08:19:29.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:29.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:29.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:29.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:29.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:29.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:29.530 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:29.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:29.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:29.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:29.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:29.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:29.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:29.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:29.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:29.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:29.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:29.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:29.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:29.583 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') 08:19:29.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:29.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:29.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:29.584 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 08:19:29.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:19:29.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:29.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:29.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:29.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:29.622 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 08:19:29.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:19:29.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:29.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text= TooltipText=null 08:19:29.623 INFO [WorkbenchTestable][AbstractView] Close view '*Workbench Dirty Test' 08:19:29.623 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem *Workbench Dirty Test 08:19:29.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:19:29.624 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:29.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:29.661 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:29.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.662 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.662 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:29.662 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:29.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:29.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:29.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:29.668 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:29.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:29.668 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:29.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:29.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:29.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:29.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:29.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.676 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:29.676 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:29.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:29.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:29.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.678 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:19:29.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:29.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:29.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:29.679 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:29.679 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:29.679 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:29.679 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:29.679 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:29.679 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:29.679 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:29.679 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:29.679 DEBUG [main][MenuItemLookup] Item match:Window 08:19:29.680 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:29.680 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:29.680 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:29.680 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:29.680 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:29.680 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:29.708 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:29.708 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:29.708 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:29.708 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:29.708 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:29.708 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:29.708 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:29.708 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:29.708 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:29.708 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:29.708 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:29.718 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:29.718 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:29.718 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:29.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:29.774 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 08:19:29.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:29.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:29.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:29.775 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 08:19:29.775 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:29.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.776 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:29.776 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:29.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:29.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:29.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:19:29.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:29.777 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:29.777 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:19:29.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:29.777 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:29.777 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:29.777 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:19:29.777 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:19:29.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:19:29.778 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:19:29.778 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:29.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.778 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:29.778 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:29.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.779 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") 08:19:29.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:29.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:29.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:29.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:29.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:29.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:29.780 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:29.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:29.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:29.780 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:29.780 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:29.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:29.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:29.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:29.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:29.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:29.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:29.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:29.837 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:29.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 '\*?\QWorkbench Test\E') 08:19:29.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:29.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:29.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:29.838 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:29.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:29.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:29.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:29.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:29.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:29.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:29.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:29.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:29.855 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:29.855 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') 08:19:29.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:29.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:29.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:29.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:29.857 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:29.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:29.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:29.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:29.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:29.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:29.858 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:19:29.858 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:19:29.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:29.858 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:29.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:29.876 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:29.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.888 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.888 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:29.888 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:29.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:29.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:29.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:29.910 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:29.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.911 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.911 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:29.911 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:29.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:29.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:29.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:29.919 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:29.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:29.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:29.919 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.919 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:29.920 INFO [WorkbenchTestable][RequirementsRunner] Started test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:29.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:29.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:29.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:29.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:29.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:29.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:29.922 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 08:19:29.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:29.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:29.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:29.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:29.931 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:29.931 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:29.931 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:29.931 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:29.931 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:29.931 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:29.931 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:29.931 DEBUG [main][MenuItemLookup] Item match:Window 08:19:29.932 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:29.932 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:29.932 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:29.932 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:29.932 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:29.932 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:29.935 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:29.935 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:29.935 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:29.935 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:29.935 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:29.935 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:29.935 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:29.935 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:29.935 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:29.935 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:29.935 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:29.935 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:29.935 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:29.935 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:30.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:30.017 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 08:19:30.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:30.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.023 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 08:19:30.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:19:30.025 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:30.025 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:30.025 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:19:30.025 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:30.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:30.026 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:30.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:30.026 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:30.026 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 08:19:30.026 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 08:19:30.026 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 08:19:30.026 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 08:19:30.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.027 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") 08:19:30.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:30.028 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:30.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:30.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:30.028 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:30.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:30.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:30.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:30.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.078 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:30.078 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') 08:19:30.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:30.081 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:19:30.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:19:30.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:30.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:30.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:30.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:30.116 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: ") 08:19:30.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:19:30.120 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:19:30.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:30.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:30.122 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:30.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.123 INFO [WorkbenchTestable][RequirementsRunner] Finished test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.123 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:30.123 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:30.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:30.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:30.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:30.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:30.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.128 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:30.128 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:30.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.128 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.128 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:30.129 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:30.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:30.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:30.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:30.131 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:19:30.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.132 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:30.132 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:30.133 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:30.133 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:30.133 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:30.133 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:30.133 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:30.133 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:30.133 DEBUG [main][MenuItemLookup] Item match:Window 08:19:30.133 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:30.133 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:30.133 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:30.133 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:30.133 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:30.133 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:30.136 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:30.136 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:30.136 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:30.136 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:30.136 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:30.136 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:30.136 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:30.136 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:30.136 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:30.136 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:30.136 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:30.144 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:30.144 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:30.145 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:30.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:30.218 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 08:19:30.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:30.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.220 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 08:19:30.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:19:30.221 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:30.222 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:30.222 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:19:30.222 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:30.222 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:30.222 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:30.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:19:30.222 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:19:30.222 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:19:30.222 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:19:30.222 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.223 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") 08:19:30.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.224 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.224 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:30.225 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:30.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:30.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:30.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:30.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:30.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:30.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:30.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:30.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:30.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:30.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.273 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:30.273 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') 08:19:30.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:30.274 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:30.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:30.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:30.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:30.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:30.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:30.276 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:30.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:30.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:30.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:19:30.276 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:19:30.276 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:19:30.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:30.277 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:30.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:30.316 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:19:30.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:30.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:30.317 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:30.317 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:30.317 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:30.317 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:30.317 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:30.317 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:30.317 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:30.317 DEBUG [main][MenuItemLookup] Item match:Window 08:19:30.317 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:30.317 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:30.317 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:30.317 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:30.317 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:30.317 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:30.320 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:30.321 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:30.321 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:30.321 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:30.321 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:30.321 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:30.321 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:30.321 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:30.321 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:30.321 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:30.321 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:30.321 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:30.321 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:30.321 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:30.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:30.373 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 08:19:30.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:30.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.375 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 08:19:30.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.375 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.375 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:30.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:30.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:30.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:19:30.377 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:30.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:30.377 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:30.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:30.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:30.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:19:30.377 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:30.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:30.377 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:30.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:30.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:30.377 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:19:30.377 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:19:30.377 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:19:30.378 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:19:30.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.378 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.378 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.378 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") 08:19:30.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.378 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.378 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:30.379 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:30.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:30.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:30.380 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:30.380 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:30.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:30.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:30.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:30.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:30.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:30.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.441 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:30.441 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') 08:19:30.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:30.445 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:30.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:30.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:30.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:30.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:30.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:30.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:30.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.450 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:30.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 '\*?\QWorkbench Test\E') 08:19:30.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:30.451 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:30.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:30.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:30.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:30.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:30.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:30.453 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:19:30.453 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:19:30.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:30.453 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:30.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:30.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:30.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.475 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.475 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:30.475 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:30.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:30.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:30.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:30.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:30.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:30.481 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:30.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.481 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.481 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:30.481 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:30.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:30.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:30.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:30.484 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.484 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:30.484 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:30.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.485 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.485 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:30.485 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:30.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:30.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:30.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:30.510 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:19:30.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:30.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.510 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:30.510 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:30.510 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:30.511 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:30.511 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:30.511 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:30.511 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:30.511 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:30.511 DEBUG [main][MenuItemLookup] Item match:Window 08:19:30.511 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:30.511 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:30.511 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:30.511 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:30.511 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:30.511 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:30.514 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:30.514 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:30.514 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:30.514 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:30.514 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:30.514 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:30.514 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:30.514 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:30.514 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:30.514 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:30.514 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:30.514 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:30.515 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:30.515 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:30.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:30.565 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 08:19:30.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:30.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.567 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 08:19:30.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:30.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:30.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:30.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:19:30.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:30.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:30.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:30.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:30.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:30.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:19:30.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:30.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:30.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:30.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:30.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:30.569 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:19:30.569 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:19:30.569 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:19:30.569 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:19:30.569 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.570 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") 08:19:30.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:30.571 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:30.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:30.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:30.571 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:30.571 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:30.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:30.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:30.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:30.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:30.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:30.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.648 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:30.648 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') 08:19:30.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:30.649 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:30.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:30.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:30.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:30.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:30.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:30.651 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:30.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:30.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:30.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:19:30.652 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:19:30.652 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:19:30.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:30.652 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:30.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:30.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:30.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:30.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.677 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:30.677 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:30.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:30.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:30.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:30.680 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:19:30.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:30.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.680 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:30.680 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:30.681 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:30.681 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:30.681 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:30.681 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:30.681 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:30.681 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:30.681 DEBUG [main][MenuItemLookup] Item match:Window 08:19:30.681 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:30.681 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:30.681 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:30.681 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:30.681 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:30.681 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:30.684 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:30.684 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:30.684 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:30.684 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:30.684 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:30.684 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:30.684 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:30.684 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:30.684 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:30.684 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:30.684 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:30.685 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:30.685 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:30.685 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:30.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:30.743 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 08:19:30.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:30.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.744 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 08:19:30.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:30.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:30.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:30.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:19:30.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:30.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:30.746 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:30.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:30.746 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:30.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:19:30.747 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:30.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:30.747 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:30.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:30.747 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:30.747 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:19:30.747 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:19:30.747 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:19:30.747 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:19:30.747 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.747 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.747 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.748 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") 08:19:30.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:30.749 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:30.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:30.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:30.749 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:30.749 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:30.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:30.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:30.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:30.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:30.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:30.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.809 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:30.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 '\*?\QWorkbench Test\E') 08:19:30.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:30.810 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:30.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:30.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:30.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:30.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:30.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:30.818 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:30.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:30.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:30.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:19:30.819 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:19:30.819 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:19:30.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:30.820 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:30.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:30.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:30.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:30.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.839 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.839 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:30.839 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:30.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:30.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:30.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:30.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:30.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:30.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.842 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.842 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:30.843 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:30.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:30.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:30.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:30.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:30.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:30.845 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:19:30.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:30.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:30.847 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:30.847 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:30.847 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:30.847 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:30.847 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:30.847 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:30.847 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:30.847 DEBUG [main][MenuItemLookup] Item match:Window 08:19:30.848 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:30.848 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:30.848 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:30.848 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:30.848 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:30.848 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:30.851 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:30.851 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:30.851 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:30.851 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:30.851 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:30.851 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:30.851 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:30.851 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:30.851 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:30.851 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:30.851 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:30.851 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:30.851 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:30.851 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:30.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:30.913 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 08:19:30.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:30.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.914 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 08:19:30.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:30.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:30.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:30.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:19:30.916 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:30.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:30.916 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:30.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:30.916 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:30.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:19:30.916 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:30.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:30.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:30.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:30.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:30.917 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:19:30.917 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:19:30.917 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:19:30.917 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:19:30.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.918 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") 08:19:30.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:30.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:30.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:30.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:30.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:30.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:30.919 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:30.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:30.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:30.919 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:30.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:30.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:30.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:30.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:30.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:30.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:30.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:30.963 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') 08:19:30.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:30.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:30.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:30.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:30.965 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:30.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:30.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:30.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:30.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:30.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:30.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:30.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:30.971 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 08:19:30.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:30.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:30.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:30.971 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:30.971 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:30.971 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:30.971 DEBUG [main][MenuItemLookup] Item match:Window 08:19:30.972 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:30.972 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:30.972 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:30.972 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:30.972 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:30.972 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:30.975 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:30.975 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:30.975 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:30.975 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:30.975 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:30.975 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:30.975 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:30.975 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:30.975 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:30.975 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:30.975 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:30.975 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:30.975 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:30.975 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:31.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:31.044 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 08:19:31.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:31.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:31.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:31.045 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 08:19:31.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:31.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:31.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:31.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:31.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:19:31.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:19:31.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:31.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:19:31.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:31.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:19:31.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:19:31.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:19:31.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:31.048 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:19:31.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:31.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:19:31.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 08:19:31.048 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 08:19:31.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 08:19:31.049 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 08:19:31.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.049 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:31.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.049 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") 08:19:31.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.049 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:31.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:31.051 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:31.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:31.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:31.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:31.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:31.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:31.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:31.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:31.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:31.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:31.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 '\*?\QMarkers\E') 08:19:31.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:31.138 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:19:31.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:19:31.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:31.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:31.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:31.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:31.140 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:31.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:31.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:31.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:19:31.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:31.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:31.159 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:19:31.159 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:19:31.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:31.159 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:31.177 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:19:31.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:19:31.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:31.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:19:31.178 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 08:19:31.178 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 08:19:31.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:19:31.179 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:31.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:31.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:31.223 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:31.223 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:31.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.223 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:31.223 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:31.223 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:31.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:31.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:31.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:31.223 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:31.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:31.227 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:19:31.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:31.228 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:31.228 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:31.228 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:31.228 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:31.228 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:31.228 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:31.228 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:31.228 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:31.228 DEBUG [main][MenuItemLookup] Item match:Window 08:19:31.229 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:31.229 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:31.229 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:31.229 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:31.229 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:31.229 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:31.232 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:31.232 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:31.232 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:31.232 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:31.232 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:31.232 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:31.232 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:31.232 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:31.232 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:31.232 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:31.232 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:31.232 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:31.232 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:31.232 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:31.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:31.281 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 08:19:31.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:31.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:31.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:31.283 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 08:19:31.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.283 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:31.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:31.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:31.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:31.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:19:31.284 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:31.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:31.284 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:31.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:31.284 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:31.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:19:31.284 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:31.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:31.285 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:31.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:31.285 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:31.285 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:19:31.285 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:19:31.285 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:19:31.285 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:19:31.285 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.285 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:31.285 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.286 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") 08:19:31.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.286 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:31.286 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:31.316 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:31.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:31.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:31.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:31.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:31.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:31.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:31.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:31.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:31.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:31.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:31.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:31.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:31.363 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') 08:19:31.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:31.365 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:31.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:31.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:31.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:31.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:31.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:31.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:31.372 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 08:19:31.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:31.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:31.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:31.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:31.373 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:31.373 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:31.373 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:31.373 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:31.373 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:31.373 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:31.373 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:31.373 DEBUG [main][MenuItemLookup] Item match:Window 08:19:31.374 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:31.374 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:31.374 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:31.374 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:31.374 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:31.374 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:31.376 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:31.376 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:31.376 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:31.376 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:31.376 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:31.376 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:31.376 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:31.376 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:31.376 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:31.376 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:31.376 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:31.384 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:31.384 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:31.384 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:31.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:31.449 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 08:19:31.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:31.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:31.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:31.450 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 08:19:31.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:31.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:31.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:31.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:31.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:19:31.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:19:31.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:31.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:19:31.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:31.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:19:31.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:19:31.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:19:31.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:31.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:19:31.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:31.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:19:31.453 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 08:19:31.453 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 08:19:31.453 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 08:19:31.453 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 08:19:31.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:31.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.454 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") 08:19:31.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:31.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:31.455 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:31.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:31.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:31.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:31.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:31.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:31.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:31.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:31.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:31.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:31.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:31.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:31.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:31.531 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') 08:19:31.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:31.534 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:19:31.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:19:31.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:31.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:31.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:31.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:31.536 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:31.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:31.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:31.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:19:31.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:31.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:31.554 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:31.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:31.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:31.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:19:31.555 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:19:31.555 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:19:31.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:31.555 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:31.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:31.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:31.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:31.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:31.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.578 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:31.578 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:31.578 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:31.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:31.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:31.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:31.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:31.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:31.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:31.583 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:19:31.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:31.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:31.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:31.584 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:31.584 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:31.584 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:31.584 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:31.584 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:31.584 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:31.584 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:31.584 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:31.584 DEBUG [main][MenuItemLookup] Item match:Window 08:19:31.585 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:31.585 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:31.585 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:31.585 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:31.585 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:31.585 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:31.587 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:31.587 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:31.587 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:31.587 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:31.587 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:31.587 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:31.587 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:31.587 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:31.587 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:31.587 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:31.587 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:31.588 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:31.588 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:31.588 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:31.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:31.664 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 08:19:31.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:31.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:31.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:31.666 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 08:19:31.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.666 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:31.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:31.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:31.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:31.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:19:31.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:31.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:31.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:31.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:31.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:31.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:19:31.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:31.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:31.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:31.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:31.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:31.668 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:19:31.668 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:19:31.668 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:19:31.668 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:19:31.668 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.668 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:31.668 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.669 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") 08:19:31.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:31.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:31.670 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:31.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:31.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:31.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:31.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:31.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:31.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:31.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:31.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:31.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:31.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:31.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:31.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:31.730 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') 08:19:31.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:31.732 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:31.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:31.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:31.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:31.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:31.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:31.733 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:31.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:31.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:31.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 08:19:31.734 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:19:31.734 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:19:31.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:31.735 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:31.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:31.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:31.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:31.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:31.764 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:31.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.764 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:31.764 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:31.764 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:31.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:31.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:31.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:31.765 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:31.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.766 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' is already open. Activate. 08:19:31.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:31.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:31.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:31.769 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:31.769 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') 08:19:31.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:31.770 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:19:31.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:19:31.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:31.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:31.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:31.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:31.789 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: ") 08:19:31.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.790 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Workbench Dirty Test"as the parent 08:19:31.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:19:31.790 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:19:31.790 INFO [WorkbenchTestable][AbstractText] Text set to: hello 08:19:31.816 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 08:19:31.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 08:19:31.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:31.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 08:19:31.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.817 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:31.818 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:31.818 DEBUG [main][MenuItemLookup] Item match:File 08:19:31.820 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:19:31.820 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:19:31.820 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:19:31.820 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:19:31.820 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:31.820 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:19:31.820 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:19:31.820 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:31.820 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:19:31.820 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:19:31.823 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:19:31.823 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:19:31.823 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:19:31.834 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:19:31.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:19:31.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:31.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 08:19:31.841 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 08:19:31.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:19:31.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:31.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 08:19:31.843 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Dirty Test' 08:19:31.843 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Dirty Test 08:19:31.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 08:19:31.843 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:31.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:31.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:31.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:31.868 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.868 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:31.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:31.868 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:31.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:31.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:31.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:31.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:31.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:19:31.871 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 08:19:31.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:31.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:31.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:31.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:31.871 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:31.872 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:31.872 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:31.872 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:31.872 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:31.872 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:31.872 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:31.872 DEBUG [main][MenuItemLookup] Item match:Window 08:19:31.872 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:31.872 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:31.872 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:31.872 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:31.872 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:31.872 DEBUG [main][MenuItemLookup] Item match:Show View 08:19:31.875 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:19:31.875 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:19:31.875 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:19:31.875 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:19:31.875 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:19:31.875 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:19:31.875 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:19:31.875 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:19:31.875 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:31.875 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:19:31.875 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:19:31.875 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:19:31.875 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:19:31.875 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:19:31.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:19:31.940 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 08:19:31.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:19:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:31.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:31.944 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 08:19:31.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.944 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:31.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:31.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:31.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:31.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 08:19:31.946 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:31.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:31.946 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:31.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:31.946 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:31.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 08:19:31.946 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 08:19:31.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:19:31.946 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 08:19:31.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:19:31.946 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 08:19:31.946 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 08:19:31.946 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 08:19:31.946 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 08:19:31.947 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 08:19:31.947 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:31.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.947 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") 08:19:31.948 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:19:31.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:31.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:31.948 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:19:31.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:19:31.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:31.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:31.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:31.949 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:19:31.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:31.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:31.949 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:31.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:31.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:19:31.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:19:31.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 08:19:31.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:31.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 08:19:31.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:31.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:32.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:32.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:32.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:32.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:32.010 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') 08:19:32.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:32.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:32.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:32.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:32.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:32.012 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:32.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:32.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:32.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:32.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:32.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:32.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:32.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:32.023 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' is already open. Activate. 08:19:32.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:32.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:32.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:32.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:32.032 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:32.032 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') 08:19:32.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:32.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:32.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:32.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:32.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:32.034 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:19:32.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:19:32.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:32.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:19:32.054 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:32.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:32.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:32.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:19:32.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:32.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:32.064 INFO [WorkbenchTestable][AbstractView] Activate view Markers 08:19:32.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:19:32.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:32.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:19:32.075 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 08:19:32.075 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 08:19:32.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 08:19:32.075 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:32.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:32.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:32.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:32.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:32.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:32.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:32.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:32.118 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:32.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 08:19:32.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:32.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:32.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:32.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:32.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:19:32.120 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 08:19:32.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:32.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:19:32.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:19:32.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:19:32.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:19:32.122 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 08:19:32.122 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 08:19:32.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 08:19:32.128 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:19:32.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:32.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:32.145 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:32.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:32.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:32.154 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 08:19:32.154 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 08:19:32.154 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:32.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:32.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:32.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.944 s - in org.eclipse.reddeer.workbench.test.view.ViewTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.735 s getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.245 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.008 s testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.216 s testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.008 s getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.212 s testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.023 s testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.008 s viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.203 s testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.005 s testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.346 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.004 s testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.192 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.003 s testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.38 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.355 s testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.186 s testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.104 s testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.286 s Running org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:19:32.165 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:19:32.166 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:19:32.166 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:32.166 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:19:32.166 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:32.166 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:19:32.167 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:32.167 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:19:32.167 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:32.167 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:19:32.167 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.*'] 08:19:32.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:19:32.167 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.*'] 08:19:32.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:19:32.167 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.*'] 08:19:32.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:19:32.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:32.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:32.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:32.168 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:19:32.168 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:19:32.168 DEBUG [main][MenuItemLookup] Found menu:'File' 08:19:32.168 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:19:32.168 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:19:32.168 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:19:32.168 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:19:32.168 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:19:32.168 DEBUG [main][MenuItemLookup] Item match:Window 08:19:32.169 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:19:32.169 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:19:32.169 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:19:32.169 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:32.169 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:19:32.169 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:19:32.169 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:32.169 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:19:32.169 DEBUG [main][MenuItemLookup] Found menu:'' 08:19:32.169 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:19:32.169 DEBUG [main][MenuItemLookup] Item match:Preferences 08:19:32.177 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:19:32.177 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:19:32.177 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:19:32.275 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.... 08:19:32.277 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 08:19:32.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:19:32.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:32.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:32.278 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:19:32.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:19:32.279 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 08:19:32.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:32.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:32.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:32.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:32.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:19:32.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:19:32.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:19:32.280 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) 08:19:32.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:19:32.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:19:32.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:19:32.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:19:32.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:19:32.282 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:19:32.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:19:32.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:19:32.282 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:19:32.282 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:19:32.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:19:32.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:19:32.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:19:32.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:19:32.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:19:32.317 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:32.317 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:19:32.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:19:32.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:32.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:32.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:32.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 08:19:32.319 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job' will be killed 08:19:32.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 08:19:32.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:19:32.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:19:32.320 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:19:32.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:19:32.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:19:32.321 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:19:32.321 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:19:32.321 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:19:32.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:19:32.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:19:32.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:19:32.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:19:32.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState... 08:19:32.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState finished successfully 08:19:32.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 08:19:32.322 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:32.322 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:32.822 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:32.822 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:33.322 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:33.322 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:33.823 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:33.823 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:34.323 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:34.323 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:34.823 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:34.824 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:35.324 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:35.324 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:35.824 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:35.825 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:36.325 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:36.325 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:36.825 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:36.825 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:37.325 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:37.325 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:37.826 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:37.826 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:38.326 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:38.326 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:38.826 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:38.826 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:39.327 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:39.327 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:39.827 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:39.827 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:40.327 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:40.327 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:40.827 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:40.827 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:41.328 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:41.328 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:41.828 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:41.828 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:42.328 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 08:19:42.328 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 08:19:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, an exception will be thrown 08:19:42.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:19:42.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:42.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:43.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:43.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:44.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:44.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:45.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:45.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:46.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:46.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:47.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:47.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:48.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:48.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:49.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:49.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:50.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:50.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:51.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:51.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:52.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:52.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:53.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:53.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:54.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:54.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:55.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:55.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:56.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:56.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:57.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:57.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:58.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:58.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:59.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:19:59.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:00.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:00.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:01.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:01.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:02.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:02.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:03.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:03.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:04.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:04.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:05.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:05.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:06.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:06.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:07.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:07.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:08.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:08.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:09.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:09.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:10.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:10.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:11.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:11.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:12.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:12.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:13.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:13.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:14.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:14.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:15.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:15.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:16.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:16.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:17.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:17.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:18.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:18.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:19.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:19.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:20.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:20.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:21.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:21.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:22.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:22.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:23.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:23.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:24.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:24.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:25.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:25.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:26.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:26.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:27.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:27.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:28.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:28.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:29.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:29.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:30.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:30.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:31.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:31.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 08:20:32.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:20:32.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:32.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:32.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:32.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:20:32.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:32.363 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:32.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:32.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:32.365 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 08:20:32.365 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 08:20:32.365 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:32.365 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:32.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:32.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.2 s - in org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 0.004 s testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 60.044 s Running org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:20:32.381 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:20:32.382 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:20:32.382 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:32.382 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:20:32.382 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:32.382 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:20:32.383 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:32.383 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:20:32.383 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:32.383 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:20:32.384 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.*'] 08:20:32.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:32.384 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.*'] 08:20:32.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:32.384 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.*'] 08:20:32.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:32.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:32.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:32.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:32.385 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:32.385 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:20:32.385 DEBUG [main][MenuItemLookup] Found menu:'File' 08:20:32.385 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:20:32.385 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:20:32.385 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:20:32.385 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:20:32.385 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:20:32.385 DEBUG [main][MenuItemLookup] Item match:Window 08:20:32.387 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:20:32.387 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:20:32.387 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:20:32.387 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:32.387 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:20:32.387 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:20:32.387 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:32.387 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:20:32.387 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:32.387 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:20:32.387 DEBUG [main][MenuItemLookup] Item match:Preferences 08:20:32.387 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:20:32.387 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:20:32.387 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:20:32.484 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.... 08:20:32.486 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 08:20:32.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:20:32.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:32.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:32.488 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:20:32.488 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:32.488 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 08:20:32.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:32.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:32.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:32.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:32.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:32.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:20:32.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:20:32.489 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) 08:20:32.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:32.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:32.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:32.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:32.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:32.491 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:20:32.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:32.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:32.491 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:32.491 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:32.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:20:32.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:20:32.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:32.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:32.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:32.522 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:32.523 DEBUG [main][EditorHandler] 0 editor(s) found 08:20:32.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:32.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:32.529 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 08:20:32.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:32.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:32.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:32.529 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:32.529 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:20:32.529 DEBUG [main][MenuItemLookup] Found menu:'File' 08:20:32.529 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:20:32.529 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:20:32.529 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:20:32.529 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:20:32.529 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:20:32.529 DEBUG [main][MenuItemLookup] Item match:Window 08:20:32.530 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:20:32.530 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:20:32.530 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:20:32.530 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:32.530 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:20:32.530 DEBUG [main][MenuItemLookup] Item match:Show View 08:20:32.533 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:20:32.534 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:20:32.534 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:20:32.534 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:20:32.534 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:20:32.534 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:20:32.534 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:20:32.534 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:20:32.534 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:32.534 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:20:32.534 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:20:32.534 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:20:32.534 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:20:32.534 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:20:32.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:20:32.611 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 08:20:32.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:20:32.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:32.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:32.612 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 08:20:32.613 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:32.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:32.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:32.613 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:20:32.613 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:32.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:32.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:32.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:32.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:32.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:32.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:20:32.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:20:32.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:20:32.614 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:20:32.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:32.614 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:20:32.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:32.614 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:20:32.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:20:32.614 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:20:32.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:32.615 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:20:32.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:32.615 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:20:32.615 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 08:20:32.615 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 08:20:32.615 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 08:20:32.615 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 08:20:32.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:32.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:32.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:32.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:20:32.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:32.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:32.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:32.621 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") 08:20:32.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:32.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:32.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:32.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:20:32.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:32.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:32.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:32.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:32.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:32.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:32.622 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:20:32.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:32.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:32.622 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:32.622 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:32.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:20:32.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:20:32.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 08:20:32.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:32.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:32.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 08:20:32.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:32.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:32.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:32.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:32.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:32.724 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:32.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 '\*?\QProject Explorer\E') 08:20:32.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:32.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:32.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:32.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:32.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:32.725 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:32.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:32.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:32.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:32.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:32.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:32.727 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:32.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:32.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:32.728 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 08:20:32.730 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:32.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:32.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:32.730 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 08:20:32.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:32.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:32.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:32.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:32.732 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:32.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:32.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:32.733 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 08:20:32.824 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:32.824 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:20:32.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:20:32.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:32.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:32.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:32.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:20:32.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:32.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:32.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:32.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:32.914 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:20:32.914 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:32.914 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:20:32.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:20:32.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:32.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:32.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:32.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:20:32.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:32.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:32.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:32.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:32.915 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 08:20:32.916 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:32.916 DEBUG [main][EditorHandler] 0 editor(s) found 08:20:32.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:32.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:32.917 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:20:32.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:32.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:32.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:32.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:32.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:32.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:32.918 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') 08:20:32.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:32.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:32.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:32.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:32.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:32.919 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:32.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:32.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:32.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:32.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:32.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:32.923 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:32.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:32.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:32.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:32.924 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:32.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:32.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:32.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:32.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:32.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:33.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:33.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:33.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:33.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:33.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:33.926 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:33.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:33.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:33.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:33.928 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 08:20:33.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:33.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:33.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:33.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:33.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:33.930 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 08:20:33.936 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:33.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:33.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:33.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:33.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:33.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:33.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:34.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:34.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:34.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:34.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:34.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:34.939 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:34.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:34.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:34.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:34.940 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 08:20:34.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:34.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:34.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:34.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:34.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:34.940 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 08:20:34.941 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:34.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:34.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:34.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:34.941 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 08:20:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:34.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:34.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:34.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:34.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:34.942 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:20:34.942 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:20:34.943 DEBUG [main][TreeItemHandler] Set Tree selection 08:20:34.943 DEBUG [main][TreeHandler] Notify Tree about selection event 08:20:34.959 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:20:34.964 DEBUG [WorkbenchTestable][TreeItemHandler] MyProject 08:20:34.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:20:34.965 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:35.020 DEBUG [main][MenuItemLookup] Found menu:'New' 08:20:35.020 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:20:35.020 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:35.020 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:20:35.020 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:35.020 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:20:35.020 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:20:35.020 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:20:35.020 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:20:35.020 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:20:35.020 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:35.020 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:20:35.020 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:20:35.020 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:35.020 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:20:35.020 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:20:35.020 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:20:35.020 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:20:35.020 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:20:35.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:35.022 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:20:35.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:35.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:35.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:35.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:35.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:20:35.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:35.556 DEBUG [main][MenuItemLookup] Found menu:'New' 08:20:35.556 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:20:35.556 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:35.556 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:20:35.556 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:35.556 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:20:35.556 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:20:35.556 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:20:35.556 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:20:35.556 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:20:35.556 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:20:35.557 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:20:35.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 08:20:36.244 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 08:20:36.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:20:36.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:36.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:36.251 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) 08:20:36.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:36.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:36.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:36.251 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:20:36.251 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:36.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:36.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:36.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:36.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:36.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:36.252 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:20:36.253 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:20:36.253 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:20:36.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:36.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:36.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:36.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:36.253 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") 08:20:36.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:36.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:36.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:36.254 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:20:36.254 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:36.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:36.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:36.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:36.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:36.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:36.255 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:20:36.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:36.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:36.255 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:36.255 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:36.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:20:36.274 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:20:36.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:20:36.775 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:20:36.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:36.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:20:36.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:20:36.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:36.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:36.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:36.775 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:36.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:36.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:36.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:20:36.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:36.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:36.777 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 08:20:36.778 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:36.778 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:36.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:36.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.404 s - in org.eclipse.reddeer.workbench.test.editor.EditorFileTest testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.09 s testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:36.791 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:36.793 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:20:36.794 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:36.794 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:36.794 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:36.794 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:20:36.794 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:36.794 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:20:36.794 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:36.794 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:20:36.795 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.*'] 08:20:36.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:36.795 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.*'] 08:20:36.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:36.795 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.*'] 08:20:36.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:36.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:36.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:36.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:36.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:36.796 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:20:36.796 DEBUG [main][MenuItemLookup] Found menu:'File' 08:20:36.796 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:20:36.796 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:20:36.796 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:20:36.796 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:20:36.796 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:20:36.796 DEBUG [main][MenuItemLookup] Item match:Window 08:20:36.797 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:20:36.797 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:20:36.797 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:20:36.797 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:36.797 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:20:36.797 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:20:36.797 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:36.797 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:20:36.797 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:36.797 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:20:36.797 DEBUG [main][MenuItemLookup] Item match:Preferences 08:20:36.797 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:20:36.797 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:20:36.797 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:20:36.881 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.... 08:20:36.882 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 08:20:36.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:20:36.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:36.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:36.884 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:20:36.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:36.884 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 08:20:36.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:36.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:36.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:36.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:36.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:36.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:20:36.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:20:36.897 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) 08:20:36.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:36.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:36.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:36.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:36.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:36.914 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:20:36.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:36.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:36.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:36.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:36.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:20:36.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:20:36.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:36.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:36.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:36.941 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:36.941 DEBUG [main][EditorHandler] 0 editor(s) found 08:20:36.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:36.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:36.943 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:20:36.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:36.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:36.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:36.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:36.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:36.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:36.944 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') 08:20:36.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:36.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:36.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:36.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:36.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:36.945 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:36.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:36.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:36.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:36.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:36.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:36.947 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:36.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:36.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:36.957 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 08:20:36.958 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:36.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:36.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:36.958 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 08:20:36.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:36.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:36.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:36.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:36.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:20:36.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:20:36.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:36.960 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 08:20:36.967 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'] 08:20:36.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:36.968 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'] 08:20:36.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:36.968 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"] 08:20:36.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:36.968 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'] 08:20:36.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:36.968 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'] 08:20:36.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:36.969 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'] 08:20:36.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:36.969 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"] 08:20:36.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:36.969 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'] 08:20:36.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:36.969 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'] 08:20:36.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:36.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:36.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:36.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:36.970 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:36.970 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:20:36.970 DEBUG [main][MenuItemLookup] Found menu:'File' 08:20:36.970 DEBUG [main][MenuItemLookup] Item match:File 08:20:36.972 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:20:36.972 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:20:36.975 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:20:36.975 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:36.975 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:20:36.975 DEBUG [main][MenuItemLookup] Found menu:'File' 08:20:36.975 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:20:36.975 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:36.975 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:20:36.975 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:20:36.976 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:20:36.976 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:20:36.976 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:20:37.073 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.... 08:20:37.074 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 08:20:37.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:20:37.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:37.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:37.080 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:20:37.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.081 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 08:20:37.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:37.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:37.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:37.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:37.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:37.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:20:37.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:20:37.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:20:37.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:20:37.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:37.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:37.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:20:37.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:20:37.587 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:20:37.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:37.587 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:20:37.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:37.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:20:37.587 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:20:37.588 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:20:37.588 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:20:37.591 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:20:37.591 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:20:37.591 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:20:37.592 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) 08:20:37.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:37.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:37.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:37.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:37.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:37.594 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:20:37.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:37.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:37.594 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:37.594 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:37.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'] 08:20:37.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:20:37.638 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 08:20:37.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:20:37.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:37.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:37.639 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:20:37.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.640 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 08:20:37.640 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:") 08:20:37.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:37.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:37.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:37.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:37.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:20:37.642 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:20:37.643 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 08:20:37.645 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:20:37.645 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 08:20:37.646 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) 08:20:37.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:37.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:37.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:37.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:37.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:37.649 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:20:37.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:37.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:37.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:37.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:37.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:20:37.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:20:37.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:37.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:20:37.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:20:37.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:20:37.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:37.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:37.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:37.731 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'] 08:20:37.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.743 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'] 08:20:37.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.743 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"] 08:20:37.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.744 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'] 08:20:37.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.744 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'] 08:20:37.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.744 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'] 08:20:37.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.744 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"] 08:20:37.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.744 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'] 08:20:37.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.745 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'] 08:20:37.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:37.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:37.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:37.745 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:37.745 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:20:37.745 DEBUG [main][MenuItemLookup] Found menu:'File' 08:20:37.745 DEBUG [main][MenuItemLookup] Item match:File 08:20:37.746 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:20:37.747 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:20:37.748 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:20:37.748 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:37.748 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:20:37.748 DEBUG [main][MenuItemLookup] Found menu:'File' 08:20:37.748 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:20:37.748 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:37.748 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:20:37.748 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:20:37.749 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:20:37.749 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:20:37.749 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:20:37.835 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.... 08:20:37.839 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 08:20:37.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:20:37.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:37.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:37.841 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:20:37.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.841 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 08:20:37.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:37.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:37.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:37.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:37.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:37.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:20:37.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:20:37.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:20:37.843 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:20:37.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:37.843 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:20:37.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:37.844 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:20:37.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:20:37.844 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:20:37.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:37.844 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:20:37.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:37.844 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:20:37.844 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:20:37.844 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:20:37.844 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:20:37.848 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:20:37.848 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:20:37.848 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:20:37.848 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) 08:20:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:37.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:37.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:37.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:37.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:37.850 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:20:37.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:37.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:37.850 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:37.850 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:37.917 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'] 08:20:37.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:20:37.918 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 08:20:37.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:20:37.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:37.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:37.919 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:20:37.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:37.929 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:") 08:20:37.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:37.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:37.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:37.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:37.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:20:37.935 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:20:37.937 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 08:20:37.943 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:") 08:20:37.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:37.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:37.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:37.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:37.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:20:37.946 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:20:37.947 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:20:37.948 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:20:37.948 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:20:37.948 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) 08:20:37.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:37.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:37.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:37.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:37.951 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:20:37.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:37.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:37.951 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:37.951 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:37.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:20:38.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:20:38.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:38.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:20:38.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:20:38.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:20:38.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:38.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:38.058 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:38.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:38.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:20:38.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:38.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:38.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:38.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:38.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:38.116 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:38.116 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 08:20:38.116 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:38.116 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:38.117 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:38.117 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:20:38.117 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:20:38.118 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:20:38.149 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:20:38.150 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'] 08:20:38.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.150 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'] 08:20:38.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.150 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"] 08:20:38.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.150 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'] 08:20:38.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.151 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'] 08:20:38.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.151 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'] 08:20:38.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.151 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"] 08:20:38.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.151 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'] 08:20:38.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.151 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'] 08:20:38.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:38.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:38.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:38.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:38.152 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:20:38.152 DEBUG [main][MenuItemLookup] Found menu:'File' 08:20:38.152 DEBUG [main][MenuItemLookup] Item match:File 08:20:38.153 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:20:38.154 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:20:38.155 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:20:38.155 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:38.155 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:20:38.155 DEBUG [main][MenuItemLookup] Found menu:'File' 08:20:38.155 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:20:38.155 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:38.155 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:20:38.155 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:20:38.155 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:20:38.156 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:20:38.156 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:20:38.250 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.... 08:20:38.255 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 08:20:38.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:20:38.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:38.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:38.257 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:20:38.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.257 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 08:20:38.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:38.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:38.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:38.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:38.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:38.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:20:38.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:20:38.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:20:38.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:20:38.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:38.260 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:20:38.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:38.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:20:38.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:20:38.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:20:38.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:38.260 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:20:38.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:38.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:20:38.261 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:20:38.261 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:20:38.261 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:20:38.261 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:20:38.261 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:20:38.261 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:20:38.261 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) 08:20:38.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:38.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:38.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:38.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:38.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:38.263 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:20:38.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:38.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:38.263 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:38.263 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:38.313 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'] 08:20:38.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:20:38.314 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 08:20:38.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:20:38.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:38.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:38.315 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:20:38.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.315 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:") 08:20:38.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:38.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:38.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:38.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:20:38.325 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:20:38.326 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest1.min 08:20:38.326 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:") 08:20:38.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:38.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:38.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:38.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:38.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:20:38.328 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:20:38.329 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:20:38.329 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:20:38.329 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:20:38.330 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) 08:20:38.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:38.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:38.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:38.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:38.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:38.332 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:20:38.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:38.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:38.332 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:38.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:38.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:20:38.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:20:38.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:38.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:20:38.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:20:38.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:20:38.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:38.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:38.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:38.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:38.414 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'] 08:20:38.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.422 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'] 08:20:38.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.422 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"] 08:20:38.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.422 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'] 08:20:38.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.422 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'] 08:20:38.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.422 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'] 08:20:38.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.422 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"] 08:20:38.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.423 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'] 08:20:38.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.423 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'] 08:20:38.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:20:38.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:38.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:38.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:20:38.424 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:20:38.424 DEBUG [main][MenuItemLookup] Found menu:'File' 08:20:38.424 DEBUG [main][MenuItemLookup] Item match:File 08:20:38.425 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:20:38.425 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:20:38.426 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:20:38.426 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:38.426 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:20:38.426 DEBUG [main][MenuItemLookup] Found menu:'File' 08:20:38.426 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:20:38.426 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:38.426 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:20:38.426 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:20:38.427 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:20:38.427 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:20:38.427 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:20:38.492 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.... 08:20:38.513 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 08:20:38.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:20:38.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:38.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:38.515 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:20:38.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.515 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 08:20:38.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:38.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:38.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:38.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:38.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:20:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:20:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:20:38.518 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:20:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:38.518 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:20:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:38.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:20:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:20:38.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:20:38.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:38.519 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:20:38.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:38.519 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:20:38.519 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:20:38.519 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:20:38.519 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:20:38.519 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:20:38.519 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:20:38.519 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:20:38.519 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) 08:20:38.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:38.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:38.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:38.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:38.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:38.522 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:20:38.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:38.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:38.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:38.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:38.557 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'] 08:20:38.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:20:38.558 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 08:20:38.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:20:38.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:38.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:38.559 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:20:38.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:20:38.559 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:") 08:20:38.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:38.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:38.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:38.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:20:38.564 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:20:38.565 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest+.min 08:20:38.566 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:") 08:20:38.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:38.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:38.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:38.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:38.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:20:38.568 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:20:38.569 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:20:38.569 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:20:38.569 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:20:38.569 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) 08:20:38.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:38.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:38.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:38.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:38.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:38.572 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:20:38.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:38.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:38.572 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:38.572 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:38.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:20:38.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:20:38.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:38.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 08:20:38.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:20:38.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:20:38.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:20:38.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:20:38.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:38.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:38.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:38.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:38.684 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') 08:20:38.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:38.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:38.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:38.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:38.686 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest+.min 08:20:38.719 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:38.719 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:38.719 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:38.719 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:38.720 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:38.720 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:20:38.720 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:20:38.720 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 08:20:38.738 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 08:20:38.738 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:38.738 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:38.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:38.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:38.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:38.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:38.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:38.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:38.742 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 08:20:38.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:20:38.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:38.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:38.743 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:20:38.743 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:20:38.743 DEBUG [main][MenuItemLookup] Found menu:'File' 08:20:38.743 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:20:38.743 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:20:38.743 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:20:38.743 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:20:38.743 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:20:38.743 DEBUG [main][MenuItemLookup] Item match:Window 08:20:38.744 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:20:38.744 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:20:38.744 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:20:38.744 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:38.744 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:20:38.744 DEBUG [main][MenuItemLookup] Item match:Show View 08:20:38.747 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:20:38.747 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:20:38.747 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:20:38.747 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:20:38.747 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:20:38.747 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:20:38.747 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:20:38.747 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:20:38.747 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:38.747 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:20:38.747 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:20:38.755 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:20:38.756 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:20:38.756 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:20:38.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:20:38.829 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 08:20:38.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:20:38.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:38.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:38.831 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 08:20:38.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:38.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:38.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:38.831 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:20:38.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:38.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:38.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:38.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:38.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:38.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:38.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:20:38.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:20:38.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 08:20:38.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 08:20:38.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:39.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:39.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 08:20:39.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 08:20:39.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 08:20:39.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:39.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 08:20:39.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:39.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 08:20:39.339 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 08:20:39.339 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 08:20:39.339 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 08:20:39.339 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 08:20:39.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:39.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:20:39.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:39.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:39.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:39.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") 08:20:39.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:39.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:20:39.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:39.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:39.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:39.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:39.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:39.342 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:20:39.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:39.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:39.342 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:39.342 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:39.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:20:39.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:20:39.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 08:20:39.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:39.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:39.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 08:20:39.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:39.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:39.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:20:39.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:39.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:39.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:20:39.651 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') 08:20:39.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:39.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:39.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:39.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:39.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:39.667 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:39.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:39.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:39.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 08:20:39.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:39.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:39.671 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:39.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:39.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:39.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:39.672 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:39.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:39.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:39.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:39.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:39.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:39.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:40.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:40.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:40.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:40.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:40.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:40.675 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:40.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:40.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:40.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:40.676 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 08:20:40.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:40.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:40.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:40.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:40.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:40.677 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:40.681 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:40.681 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:20:40.682 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:40.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:41.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:41.182 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:41.190 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:41.190 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:41.191 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:41.202 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:41.202 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:20:41.202 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:41.202 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:41.202 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:41.205 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:41.205 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:41.205 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:41.240 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:41.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:41.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 08:20:41.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 08:20:41.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:41.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:41.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:41.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:41.245 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') 08:20:41.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:41.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:41.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:41.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:41.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:41.247 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:41.247 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:41.247 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:41.247 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:41.248 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:41.248 DEBUG [main][EditorHandler] 2 editor(s) found 08:20:41.248 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:20:41.262 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:20:41.262 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:20:41.308 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:20:41.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:41.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:41.308 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:41.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:41.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:41.311 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:41.311 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:41.311 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:41.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:41.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:41.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:41.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:41.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:41.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:41.314 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:41.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:41.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:41.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:41.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:41.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:41.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:41.317 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') 08:20:41.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:41.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:41.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:41.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:41.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:41.320 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:41.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:41.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:41.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:41.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:41.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:41.322 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:41.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:41.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:41.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:41.323 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:41.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:41.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:41.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:41.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:41.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:41.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:41.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:41.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:42.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:42.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:42.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:42.325 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:42.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:42.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:42.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:42.326 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 08:20:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:42.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:42.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:42.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:42.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:42.326 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:42.327 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:42.327 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:20:42.327 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:42.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:42.327 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:42.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:42.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:42.328 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:42.328 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:42.328 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:42.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:42.330 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:20:42.330 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:42.330 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:42.330 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:42.332 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:42.332 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:42.332 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:42.371 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:42.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:42.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:42.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:42.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:42.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:42.372 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') 08:20:42.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:42.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:42.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:42.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:42.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:42.374 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:42.374 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:42.374 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:42.374 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:42.375 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") 08:20:42.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:42.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:42.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:42.376 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:20:42.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:42.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:42.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:42.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:42.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:42.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:42.376 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:20:42.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:42.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:42.376 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:42.376 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:42.378 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:42.378 DEBUG [main][EditorHandler] 1 editor(s) found 08:20:42.378 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:20:42.410 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:20:42.411 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:42.411 DEBUG [main][EditorHandler] 0 editor(s) found 08:20:42.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:42.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:42.411 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:42.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:42.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:42.411 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:42.412 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:42.412 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:42.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:42.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:42.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:42.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:42.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:42.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:42.415 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:42.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:42.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:42.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:42.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:42.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:42.419 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:42.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 '\*?\QPackage Explorer\E') 08:20:42.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:42.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:42.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:42.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:42.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:42.435 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:42.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:42.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:42.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:42.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:42.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:42.447 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:42.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:42.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:42.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:42.448 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:42.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:42.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:42.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:42.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:42.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:42.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:42.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:42.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:43.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:43.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:43.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:43.450 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:43.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:43.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:43.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:43.451 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 08:20:43.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:43.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:43.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:43.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:43.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:43.452 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:43.452 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:43.453 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:20:43.453 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:43.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:43.453 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:43.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:43.453 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:43.453 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:43.453 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:43.453 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:43.456 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:43.456 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:20:43.456 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:43.457 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:43.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:43.459 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:43.459 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:43.459 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:43.483 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:43.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:43.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:43.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:43.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:43.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:43.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:43.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:43.486 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:43.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:43.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:43.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:20:43.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:43.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:43.489 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:20:43.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 '\*?\QPackage Explorer\E') 08:20:43.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:43.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:43.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:43.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:43.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:43.491 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:43.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:43.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:43.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:43.520 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:43.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:43.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:43.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:43.521 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:43.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:43.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:43.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:43.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:43.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:43.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:44.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:44.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:44.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:44.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:44.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:44.523 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:44.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:44.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:44.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:44.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 08:20:44.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:44.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:44.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:44.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:44.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:44.525 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:44.525 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:44.525 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:20:44.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:44.526 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:44.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:44.526 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:44.526 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:44.526 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:44.530 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:44.530 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:20:44.530 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:44.530 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:44.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:44.532 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:44.532 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:44.532 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:44.541 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:44.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:44.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:44.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:44.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:44.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:44.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@126120df is found... 08:20:44.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@126120df is found finished successfully 08:20:44.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:20:44.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:44.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:44.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:44.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:44.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:44.549 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:44.549 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:44.549 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:44.549 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:44.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:44.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:44.554 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:44.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:44.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:44.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:20:44.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:44.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:44.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:20:44.557 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') 08:20:44.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:44.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:44.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:44.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:44.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:44.572 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:44.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:44.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:44.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:44.597 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:44.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:44.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:44.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:44.598 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:44.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:44.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:44.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:44.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:44.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:44.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:45.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:45.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:45.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:45.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:45.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:45.600 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:45.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:45.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:45.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:45.601 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 08:20:45.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:45.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:45.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:45.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:45.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:45.602 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:45.602 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:45.603 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:20:45.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:45.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:45.603 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:45.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:45.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:45.603 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:20:45.603 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:20:45.603 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:20:45.605 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:20:45.605 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:20:45.605 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:20:45.606 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:20:45.606 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:20:45.607 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:20:45.607 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:45.607 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:45.632 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:45.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7daa8d30 is found... 08:20:45.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7daa8d30 is found finished successfully 08:20:45.633 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') 08:20:45.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:45.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:45.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:45.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:45.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:45.635 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:45.635 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:45.635 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:45.635 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:45.636 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:45.636 DEBUG [main][EditorHandler] 2 editor(s) found 08:20:45.636 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:20:45.643 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:20:45.650 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:20:45.681 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:20:45.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:45.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:45.681 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:45.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:45.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:45.682 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:45.682 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:45.682 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:45.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:45.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:45.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:45.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:45.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:45.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:45.685 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:45.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:45.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:45.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:45.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:45.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:45.688 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:45.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 '\*?\QPackage Explorer\E') 08:20:45.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:45.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:45.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:45.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:45.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:45.691 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:45.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:45.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:45.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:45.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:45.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:45.720 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:45.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:45.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:45.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:45.721 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:45.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:45.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:45.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:45.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:45.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:45.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:46.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:46.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:46.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:46.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:46.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:46.723 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:46.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:46.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:46.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:46.724 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 08:20:46.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:46.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:46.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:46.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:46.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:46.725 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:46.725 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:46.726 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:20:46.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:46.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:46.726 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:46.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:46.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:46.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:46.726 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:46.727 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:46.734 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:46.734 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:20:46.734 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:46.734 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:46.734 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:46.737 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:46.737 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:46.737 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:46.767 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:46.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:46.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:46.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:46.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:46.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:46.769 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') 08:20:46.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:46.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:46.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:46.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:46.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:46.771 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:46.771 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:46.771 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:46.771 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:46.773 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:46.773 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:20:46.773 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 08:20:46.773 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:20:46.802 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:20:46.803 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:46.803 DEBUG [main][EditorHandler] 0 editor(s) found 08:20:46.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:46.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:46.803 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:46.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:46.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:46.803 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:46.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:46.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:46.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:46.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:46.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:46.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:46.805 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:46.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:46.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:46.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:46.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:46.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:46.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:46.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 08:20:46.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:46.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:46.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:46.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:46.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:46.810 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:46.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:46.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:46.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:46.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:46.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:46.831 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:46.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:46.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:46.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:46.832 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:46.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:46.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:46.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:46.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:46.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:46.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:47.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:47.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:47.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:47.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:47.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:47.834 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:47.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:47.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:47.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:47.835 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 08:20:47.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:47.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:47.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:47.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:47.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:47.836 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:47.836 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:47.837 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:20:47.837 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:47.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:47.837 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:47.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:47.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:47.837 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:47.837 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:47.837 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:47.840 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:47.840 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:20:47.840 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:47.840 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:47.841 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:47.845 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:47.845 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:47.845 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:47.877 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:47.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:47.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:47.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:47.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:47.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:47.879 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') 08:20:47.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:47.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:47.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:47.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:47.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:47.881 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:47.881 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:47.881 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:47.881 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:47.882 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) 08:20:47.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:47.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:47.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:47.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:47.883 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:47.883 DEBUG [main][EditorHandler] 1 editor(s) found 08:20:47.883 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:20:47.912 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:20:47.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:47.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:47.912 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:47.912 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:47.912 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:47.912 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:47.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:47.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:47.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:47.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:47.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:47.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:47.915 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:47.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:47.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:47.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:47.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:47.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:47.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:47.918 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') 08:20:47.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:47.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:47.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:47.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:47.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:47.920 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:47.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:47.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:47.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:47.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:47.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:47.923 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:47.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:47.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:47.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:47.924 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:47.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:47.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:47.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:47.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:47.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:47.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:48.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:48.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:48.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:48.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:48.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:48.927 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:48.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:48.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:48.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:48.928 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 08:20:48.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:48.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:48.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:48.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:48.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:48.928 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:48.928 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:48.929 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:20:48.929 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:48.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:48.929 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:48.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:48.929 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:48.929 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:48.929 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:48.930 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:48.931 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:48.932 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:20:48.932 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:48.932 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:48.932 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:48.933 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:48.933 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:48.934 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:48.958 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:48.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:48.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:48.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:48.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:48.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:48.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:48.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:48.961 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:48.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:48.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:48.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:20:48.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:48.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:48.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:20:48.964 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') 08:20:48.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:48.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:48.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:48.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:48.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:48.966 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:48.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:48.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:48.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:48.995 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:48.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:48.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:48.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:48.996 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:48.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:48.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:48.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:48.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:48.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:48.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:49.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:49.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:49.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:49.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:49.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:49.998 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:49.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:49.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:49.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:49.999 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 08:20:49.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:49.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:49.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:49.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:49.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:49.999 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:50.000 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:50.000 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:20:50.000 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:50.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:50.000 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:50.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:50.000 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:50.000 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:50.000 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:50.000 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:50.002 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:50.002 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:20:50.002 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:50.002 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:50.002 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:50.004 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:50.004 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:50.004 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:50.017 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:50.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:50.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:50.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:50.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:50.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:50.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7eaad85f is found... 08:20:50.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7eaad85f is found finished successfully 08:20:50.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:20:50.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:50.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:50.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:50.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:50.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:50.022 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:50.022 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:50.022 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:50.022 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:50.023 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:50.023 DEBUG [main][EditorHandler] 1 editor(s) found 08:20:50.023 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:20:50.062 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:20:50.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:50.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:50.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:50.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:50.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:50.063 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:50.063 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:50.063 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:50.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:50.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:50.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:50.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:50.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:50.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:50.065 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:50.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:50.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:50.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:50.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:50.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:50.067 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:50.067 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') 08:20:50.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:50.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:50.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:50.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:50.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:50.081 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:50.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:50.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:50.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:50.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:50.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:50.083 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:50.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:50.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:50.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:50.084 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:50.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:50.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:50.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:50.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:50.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:50.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:50.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:50.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:51.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:51.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:51.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:51.096 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:51.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:51.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:51.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:51.097 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 08:20:51.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:51.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:51.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:51.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:51.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:51.098 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:51.098 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:51.099 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:20:51.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:51.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:51.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:51.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:51.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:51.099 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:51.099 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:51.099 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:51.102 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:51.102 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:20:51.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:51.102 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:51.103 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:51.104 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:51.104 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:51.104 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:51.133 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:51.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:51.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:51.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:51.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:51.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:51.135 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') 08:20:51.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:51.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:51.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:51.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:51.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:51.138 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:51.138 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:51.138 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:51.138 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:51.139 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") 08:20:51.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:51.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:51.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:51.140 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:20:51.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:51.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:51.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:51.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:51.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:51.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:51.140 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:20:51.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:51.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:51.140 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:51.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:51.143 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:51.143 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:20:51.143 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:20:51.143 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:20:51.179 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:20:51.179 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:51.179 DEBUG [main][EditorHandler] 0 editor(s) found 08:20:51.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:51.180 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:51.180 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:51.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:51.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:51.180 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:51.180 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:51.180 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:51.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:51.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:51.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:51.180 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:51.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:51.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:51.182 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:51.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:51.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:51.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:51.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:51.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:51.185 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:51.185 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') 08:20:51.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:51.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:51.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:51.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:51.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:51.187 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:51.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:51.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:51.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:51.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:51.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:51.189 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:51.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:51.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:51.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:51.190 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:51.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:51.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:51.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:51.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:51.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:51.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:51.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:51.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:52.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:52.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:52.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:52.204 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:52.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:52.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:52.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:52.205 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 08:20:52.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:52.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:52.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:52.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:52.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:52.206 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:52.206 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:52.207 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:20:52.207 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:52.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:52.207 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:52.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:52.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:52.208 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:52.208 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:52.208 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:52.214 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:52.214 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:20:52.214 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:52.214 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:52.214 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:52.239 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:52.239 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:52.247 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:52.324 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:52.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:52.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:52.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:52.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:52.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:52.339 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') 08:20:52.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:52.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:52.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:52.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:52.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:52.343 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:52.343 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:52.343 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:52.343 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:52.344 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") 08:20:52.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:52.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:52.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:52.344 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:20:52.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:52.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:52.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:52.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:52.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:52.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:52.345 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:20:52.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:52.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:52.345 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:52.345 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:52.356 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:52.356 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:20:52.356 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 08:20:52.356 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:20:52.357 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.... 08:20:52.891 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 08:20:52.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 08:20:52.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:52.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:52.893 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:52.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:52.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:52.893 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:20:52.893 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:52.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:52.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:52.893 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") 08:20:52.893 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:52.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:52.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:52.893 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:20:52.893 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:52.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:52.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:52.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:52.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:52.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:52.894 INFO [WorkbenchTestable][AbstractButton] Click button &Save 08:20:52.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:52.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:52.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:52.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:52.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:20:52.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:20:52.948 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:20:52.948 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:52.949 DEBUG [main][EditorHandler] 0 editor(s) found 08:20:52.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:52.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:52.949 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:52.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:52.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:52.949 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:52.949 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:52.949 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:52.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:52.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:52.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:52.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:52.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:52.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:52.951 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:52.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:52.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:52.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:52.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:52.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:52.954 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:52.954 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') 08:20:52.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:52.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:52.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:52.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:52.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:52.956 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:52.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:52.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:52.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:52.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:52.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:52.958 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:52.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:52.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:52.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:52.959 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:52.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:52.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:52.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:52.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:52.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:52.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:53.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:53.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:53.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:53.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:53.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:53.961 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:53.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:53.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:53.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:53.962 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 08:20:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:53.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:53.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:53.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:53.962 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:53.963 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:53.963 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:20:53.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:53.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:53.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:53.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:53.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:53.964 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:53.964 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:53.964 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:53.966 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:53.966 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:20:53.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:53.966 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:53.967 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:53.968 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:53.968 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:53.968 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:53.994 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:53.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:53.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:53.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:53.995 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:53.996 DEBUG [main][EditorHandler] 1 editor(s) found 08:20:53.996 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:20:54.022 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:20:54.022 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:54.023 DEBUG [main][EditorHandler] 0 editor(s) found 08:20:54.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:54.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:54.023 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:54.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:54.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:54.023 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:54.023 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:54.023 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:54.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:54.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:54.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:54.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:54.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:54.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:54.026 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:54.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:54.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:54.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:54.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:54.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:54.029 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:54.029 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') 08:20:54.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:54.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:54.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:54.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:54.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:54.032 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:54.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:54.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:54.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:54.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:54.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:54.034 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:54.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:54.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:54.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:54.035 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:54.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:54.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:54.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:54.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:54.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:54.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:54.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:54.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:55.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:55.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:55.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:55.051 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:55.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:55.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:55.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:55.060 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 08:20:55.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:55.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:55.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:55.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:55.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:55.060 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:55.061 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:55.061 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:20:55.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:55.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:55.061 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:55.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:55.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:55.062 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:55.062 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:55.062 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:55.064 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:55.064 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:20:55.064 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:55.064 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:55.064 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:55.065 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:55.066 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:55.066 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:55.088 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:55.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:55.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:55.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:55.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:55.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:55.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@70173386 is found... 08:20:55.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@70173386 is found finished successfully 08:20:55.090 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') 08:20:55.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:55.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:55.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:55.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:55.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:55.092 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:55.092 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:55.092 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:55.092 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:55.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:55.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:55.095 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:55.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:55.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:55.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:20:55.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:55.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:55.097 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:20:55.097 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') 08:20:55.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:55.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:55.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:55.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:55.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:55.099 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:55.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:55.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:55.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:55.140 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:55.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:55.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:55.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:55.141 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:55.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:55.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:55.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:55.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:55.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:55.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:55.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:55.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:56.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:56.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:56.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:56.144 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:56.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:56.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:56.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:56.145 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 08:20:56.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:56.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:56.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:56.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:56.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:56.145 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:56.146 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:56.146 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:20:56.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:56.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:56.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:56.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:56.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:56.147 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:20:56.147 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:20:56.147 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:20:56.149 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:20:56.149 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:20:56.149 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:20:56.149 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:20:56.149 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:20:56.151 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:20:56.151 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:56.151 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:56.177 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:56.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:56.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:56.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@154b385c is found... 08:20:56.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@154b385c is found finished successfully 08:20:56.179 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') 08:20:56.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:56.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:56.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:56.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:56.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:56.180 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:20:56.187 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:56.187 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:56.189 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:56.190 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:56.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fc6f953 is found... 08:20:56.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@fc6f953 is found finished successfully 08:20:56.191 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') 08:20:56.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:56.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:56.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:56.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:56.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:56.193 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest1.min 08:20:56.200 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:56.200 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 08:20:56.200 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:56.200 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:56.200 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:56.200 DEBUG [main][EditorHandler] 2 editor(s) found 08:20:56.200 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:20:56.212 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:20:56.212 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:20:56.255 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:20:56.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:56.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:56.255 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:56.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:56.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:56.255 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:56.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:56.255 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:56.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:56.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:56.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:56.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:56.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:56.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:56.257 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:56.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:56.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:56.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:56.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:56.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:56.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:56.260 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') 08:20:56.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:56.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:56.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:56.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:56.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:56.262 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:56.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:56.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:56.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:56.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:56.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:56.264 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:56.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:56.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:56.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:56.265 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:56.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:56.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:56.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:56.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:56.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:56.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:56.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:56.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:57.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:57.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:57.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:57.267 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:57.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:57.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:57.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:57.268 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 08:20:57.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:57.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:57.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:57.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:57.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:57.269 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:57.269 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:57.269 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:20:57.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:57.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:57.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:57.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:57.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:57.269 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:57.269 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:57.270 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:57.271 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:57.271 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:20:57.271 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:57.271 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:57.272 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:57.273 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:57.273 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:57.273 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:57.298 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:57.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:57.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:57.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:57.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:57.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:57.299 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') 08:20:57.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:57.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:57.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:57.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:57.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:57.301 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:57.301 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:57.301 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:57.301 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:57.301 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:57.302 DEBUG [main][EditorHandler] 1 editor(s) found 08:20:57.302 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:20:57.332 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:20:57.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:57.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:57.333 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:57.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:57.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:57.333 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:57.333 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:57.333 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:57.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:57.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:57.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:57.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:57.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:57.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:57.335 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:57.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:57.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:57.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:57.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:57.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:57.337 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:57.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 '\*?\QPackage Explorer\E') 08:20:57.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:57.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:57.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:57.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:57.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:57.339 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:57.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:57.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:57.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:57.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:57.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:57.341 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:57.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:57.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:57.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:57.341 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:57.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:57.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:57.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:57.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:57.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:57.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:57.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:57.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:58.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:58.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:58.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:58.343 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:58.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:58.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:58.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:58.344 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 08:20:58.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:58.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:58.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:58.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:58.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:58.344 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:58.345 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:58.345 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:20:58.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:58.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:58.345 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:58.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:58.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:58.346 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:58.346 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:58.346 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:58.347 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:58.348 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:20:58.348 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:58.348 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:58.348 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:58.349 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:58.349 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:58.349 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:58.376 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:58.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:58.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:58.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:58.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:58.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:58.378 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') 08:20:58.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:58.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:58.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:58.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:58.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:58.380 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:58.380 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:58.380 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:58.380 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:58.381 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") 08:20:58.381 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:58.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:58.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:58.381 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:20:58.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:58.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:58.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:58.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:58.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:58.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:58.381 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:20:58.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:58.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:58.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:58.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:58.384 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:58.384 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:20:58.384 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:20:58.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:20:58.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:58.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:58.384 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:20:58.385 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:20:58.385 DEBUG [main][MenuItemLookup] Found menu:'File' 08:20:58.385 DEBUG [main][MenuItemLookup] Item match:File 08:20:58.386 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:20:58.386 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:20:58.386 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:20:58.386 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:20:58.386 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:58.386 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:20:58.386 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:20:58.386 DEBUG [main][MenuItemLookup] Found menu:'' 08:20:58.386 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:20:58.386 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:20:58.386 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:20:58.386 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:20:58.386 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:20:58.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:20:58.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:20:58.390 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:58.390 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 08:20:58.390 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:58.390 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:58.390 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:58.391 DEBUG [main][EditorHandler] 1 editor(s) found 08:20:58.405 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:20:58.435 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:20:58.435 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:58.435 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:58.435 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:58.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:58.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:58.436 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:58.436 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:58.436 INFO [WorkbenchTestable][RequirementsRunner] Started test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:58.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:58.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:58.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:58.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:58.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:58.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:58.438 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:58.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:58.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:58.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:58.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:58.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:58.443 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:58.443 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') 08:20:58.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:58.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:58.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:58.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:58.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:58.446 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:58.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:58.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:58.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:58.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:58.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:58.449 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:58.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:58.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:58.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:58.450 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:58.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:58.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:58.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:58.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:58.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:58.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:58.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:58.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:59.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:59.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:20:59.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:20:59.452 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:59.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:59.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:59.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:59.453 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 08:20:59.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:59.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:59.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:59.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:59.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:20:59.453 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:20:59.454 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:20:59.454 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:20:59.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:20:59.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:20:59.454 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:20:59.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:20:59.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:20:59.455 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:59.455 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:59.455 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:59.460 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:59.460 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:20:59.460 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:20:59.460 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:20:59.461 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:20:59.463 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:20:59.463 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:20:59.463 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:20:59.488 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:20:59.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:20:59.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:20:59.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:20:59.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:20:59.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:20:59.490 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') 08:20:59.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:59.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:59.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:59.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:59.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:59.491 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:59.491 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:59.491 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:20:59.491 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:20:59.492 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") 08:20:59.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:59.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:59.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:59.492 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:20:59.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:59.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:59.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:59.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:59.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:59.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:59.493 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:20:59.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:59.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:59.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:59.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:59.494 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") 08:20:59.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:20:59.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:59.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:59.494 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:20:59.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:20:59.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:59.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:59.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:59.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:59.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:20:59.495 INFO [WorkbenchTestable][AbstractButton] Click button Save 08:20:59.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:20:59.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:20:59.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:20:59.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:20:59.496 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:20:59.496 DEBUG [main][EditorHandler] 1 editor(s) found 08:20:59.496 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:20:59.525 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:20:59.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:59.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:20:59.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:20:59.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:20:59.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:20:59.526 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:59.526 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:20:59.526 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:20:59.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:20:59.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:20:59.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:20:59.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:20:59.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:59.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:59.530 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:20:59.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:59.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:59.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:20:59.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:20:59.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:20:59.533 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:20:59.533 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') 08:20:59.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:59.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:59.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:20:59.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:20:59.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:20:59.535 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:59.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:59.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:59.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:20:59.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:20:59.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:20:59.554 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:59.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:59.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:59.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:59.555 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:20:59.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:20:59.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:20:59.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:20:59.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:20:59.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:20:59.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:00.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:00.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:00.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:00.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:00.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:00.558 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:00.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:00.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:00.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:00.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 08:21:00.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:00.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:00.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:00.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:00.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:00.559 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:00.559 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:21:00.560 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:21:00.560 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:21:00.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:00.560 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:21:00.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:00.560 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:21:00.560 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:00.560 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:00.560 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:00.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:00.563 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:21:00.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:00.563 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:00.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:00.565 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:00.565 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:00.565 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:00.591 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:00.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:00.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:00.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:00.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:00.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:00.592 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') 08:21:00.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:00.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:00.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:00.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:00.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:00.594 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:00.594 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:00.594 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:21:00.594 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:21:00.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:00.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:00.596 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:21:00.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:00.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:00.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:21:00.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:00.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:00.598 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:21:00.598 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') 08:21:00.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:00.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:00.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:00.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:00.600 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:00.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:00.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:00.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:00.635 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:00.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:00.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:00.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:00.636 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:00.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:00.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:00.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:00.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:00.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:00.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:01.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:01.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:01.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:01.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:02.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:02.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:02.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:02.140 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:02.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:02.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:02.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:02.141 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 08:21:02.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:02.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:02.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:02.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:02.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:02.141 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:02.141 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:21:02.142 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:21:02.142 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:21:02.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:02.142 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:21:02.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:02.142 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:21:02.142 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:21:02.142 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:21:02.142 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:21:02.144 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:21:02.144 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:21:02.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:21:02.144 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:21:02.144 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:21:02.146 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:21:02.146 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:02.146 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:02.170 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:02.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:02.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:02.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:02.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:02.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:02.172 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:21:02.178 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:02.178 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:02.178 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:21:02.178 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:21:02.179 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:21:02.179 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:21:02.196 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:21:02.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fa9e257 is found... 08:21:12.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5fa9e257 is found failed, an exception will be thrown 08:21:12.205 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:12.205 DEBUG [main][EditorHandler] 1 editor(s) found 08:21:12.205 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:21:12.239 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:21:12.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:12.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:21:12.239 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:21:12.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:12.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:12.240 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:12.240 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:21:12.240 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:12.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:12.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:21:12.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:21:12.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:21:12.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:12.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:12.242 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:21:12.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:12.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:12.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:12.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:12.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:12.244 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:12.244 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') 08:21:12.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:12.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:12.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:12.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:12.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:12.247 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:12.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:12.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:12.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:21:12.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:21:12.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:21:12.249 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:12.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:12.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:12.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:12.250 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:12.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:12.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:12.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:12.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:12.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:12.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:12.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:12.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:13.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:13.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:13.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:13.252 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:13.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:13.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:13.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:13.255 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 08:21:13.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:13.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:13.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:13.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:13.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:13.255 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:13.256 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:21:13.256 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:21:13.256 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:21:13.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:13.256 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:21:13.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:13.256 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:21:13.257 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:13.257 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:13.257 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:13.260 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:13.260 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:21:13.260 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:13.260 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:13.261 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:13.262 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:13.262 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:13.262 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:13.291 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:13.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:13.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:13.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:13.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:13.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:13.292 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') 08:21:13.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:13.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:13.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:13.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:13.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:13.294 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:13.294 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:13.294 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:21:13.294 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:21:13.295 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") 08:21:13.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:21:13.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:13.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:13.295 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:21:13.295 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:21:13.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:13.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:13.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:13.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:13.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:21:13.295 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:21:13.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:21:13.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:21:13.296 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:21:13.296 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:13.297 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:13.297 DEBUG [main][EditorHandler] 1 editor(s) found 08:21:13.297 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:21:13.298 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.... 08:21:13.831 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 08:21:13.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 08:21:13.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:13.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:13.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:21:13.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:13.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:13.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:21:13.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:21:13.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:13.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:13.833 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") 08:21:13.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:21:13.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:13.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:13.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:21:13.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:21:13.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:13.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:13.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:13.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:13.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:21:13.834 INFO [WorkbenchTestable][AbstractButton] Click button &Save 08:21:13.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:21:13.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:21:13.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:21:13.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:13.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:21:13.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:21:13.877 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:21:13.877 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:13.877 DEBUG [main][EditorHandler] 0 editor(s) found 08:21:13.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:13.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:21:13.877 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:21:13.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:13.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:13.878 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:13.878 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:21:13.879 INFO [WorkbenchTestable][RequirementsRunner] Started test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:13.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:13.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:21:13.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:21:13.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:21:13.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:13.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:13.882 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:21:13.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:13.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:13.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:13.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:13.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:13.886 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:13.886 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') 08:21:13.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:13.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:13.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:13.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:13.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:13.889 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:13.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:13.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:13.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:21:13.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:21:13.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:21:13.891 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:13.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:13.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:13.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:13.902 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:13.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:13.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:13.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:13.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:13.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:13.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:14.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:14.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:14.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:14.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:14.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:14.904 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:14.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:14.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:14.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:14.905 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 08:21:14.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:14.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:14.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:14.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:14.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:14.905 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:14.906 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:21:14.906 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:21:14.906 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:21:14.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:14.906 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:21:14.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:14.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:21:14.906 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:14.906 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:14.906 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:14.908 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:14.908 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:21:14.908 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:14.908 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:14.909 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:14.910 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:14.910 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:14.910 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:14.933 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:14.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:14.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:14.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:14.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:14.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:14.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 '\*?\QeditorTest.min\E') 08:21:14.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:14.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:14.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:14.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:14.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:14.937 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:14.937 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:14.937 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:21:14.937 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:21:14.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 "Make Dirty") 08:21:14.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:21:14.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:14.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:14.938 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 08:21:14.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:21:14.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:14.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:14.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:14.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:14.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:21:14.939 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 08:21:14.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:21:14.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:21:14.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:21:14.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:14.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ddd4a57 is found... 08:21:14.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ddd4a57 is found finished successfully 08:21:14.940 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') 08:21:14.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:14.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:14.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:14.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:14.942 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:14.942 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:21:14.942 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:14.942 DEBUG [main][EditorHandler] 1 editor(s) found 08:21:14.942 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:21:14.943 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.... 08:21:15.468 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 08:21:15.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 08:21:15.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:15.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:15.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:21:15.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:15.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:15.470 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:21:15.470 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:21:15.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:15.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:15.470 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") 08:21:15.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:21:15.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:15.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:15.471 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 08:21:15.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:21:15.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:15.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:15.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:15.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:15.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:21:15.471 INFO [WorkbenchTestable][AbstractButton] Click button &Save 08:21:15.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:21:15.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:21:15.471 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:21:15.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:15.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:21:15.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:21:15.523 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:21:15.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:15.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:21:15.523 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:21:15.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:15.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:15.524 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:15.524 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:21:15.524 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:15.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:15.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:21:15.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:21:15.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:21:15.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:15.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:15.528 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:21:15.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:15.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:15.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:15.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:15.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:15.530 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:15.530 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') 08:21:15.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:15.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:15.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:15.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:15.545 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:15.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:15.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:15.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:21:15.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:21:15.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:21:15.547 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:15.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:15.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:15.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:15.548 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:15.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:15.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:15.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:15.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:15.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:15.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:16.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:16.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:16.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:16.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:16.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:16.560 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:16.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:16.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:16.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:16.561 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 08:21:16.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:16.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:16.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:16.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:16.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:16.561 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:16.562 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:21:16.562 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:21:16.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:21:16.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:16.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:21:16.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:16.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:21:16.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:16.563 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:16.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:16.567 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:16.567 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:21:16.567 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:16.567 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:16.567 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:16.568 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:16.568 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:16.569 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:16.603 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:16.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:16.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:16.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:16.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:16.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:16.605 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') 08:21:16.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:16.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:16.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:16.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:16.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:16.607 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:16.607 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:16.607 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:21:16.607 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:21:16.608 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:16.609 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:21:16.609 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:21:16.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:21:16.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:16.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:16.609 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:21:16.609 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 08:21:16.609 DEBUG [main][MenuItemLookup] Found menu:'File' 08:21:16.609 DEBUG [main][MenuItemLookup] Item match:File 08:21:16.610 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:21:16.610 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:21:16.610 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:21:16.610 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:21:16.610 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:16.610 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:21:16.610 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:21:16.610 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:16.610 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:21:16.610 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:21:16.611 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:16.611 DEBUG [main][EditorHandler] 1 editor(s) found 08:21:16.611 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:21:16.649 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:21:16.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:16.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:21:16.649 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:21:16.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:16.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:16.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:16.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:21:16.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:16.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:16.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:21:16.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:21:16.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:21:16.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:16.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:16.653 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:21:16.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:16.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:16.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:16.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:16.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:16.655 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:16.655 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') 08:21:16.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:16.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:16.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:16.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:16.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:16.657 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:16.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:16.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:16.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:21:16.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:21:16.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:21:16.659 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:16.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:16.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:16.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:16.660 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:16.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:16.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:16.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:16.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:16.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:16.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:17.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:17.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:17.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:17.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:17.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:17.662 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:17.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:17.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:17.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:17.663 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 08:21:17.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:17.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:17.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:17.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:17.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:17.663 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:17.664 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:21:17.664 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:21:17.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:21:17.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:17.664 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:21:17.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:17.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:21:17.665 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:17.665 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:17.665 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:17.667 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:17.667 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:21:17.667 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:17.667 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:17.667 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:17.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:17.669 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:17.669 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:17.693 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:17.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:17.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:17.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:17.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:17.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:17.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e5e4046 is found... 08:21:27.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e5e4046 is found failed, an exception will be thrown 08:21:27.719 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:27.719 DEBUG [main][EditorHandler] 1 editor(s) found 08:21:27.719 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:21:27.747 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:21:27.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:27.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:21:27.747 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:21:27.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:27.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:27.748 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:27.748 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:21:27.748 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:27.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:27.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:21:27.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:21:27.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:21:27.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:27.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:27.751 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:21:27.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:27.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:27.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:27.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:27.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:27.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:27.755 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') 08:21:27.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:27.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:27.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:27.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:27.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:27.769 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:27.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:27.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:27.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:21:27.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:21:27.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:21:27.771 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:27.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:27.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:27.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:27.782 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:27.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:27.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:27.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:27.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:27.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:27.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:28.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:28.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:28.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:28.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:28.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:28.785 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:28.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:28.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:28.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:28.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.ctab.DefaultCTabItem, index 0 and no matchers specified 08:21:28.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:28.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:28.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:28.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:28.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:28.786 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:28.786 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:21:28.787 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:21:28.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:21:28.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:28.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:21:28.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:28.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:21:28.787 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:28.787 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:28.787 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:28.789 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:28.789 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:21:28.789 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:28.789 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:28.789 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:28.791 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:28.791 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:28.791 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:28.815 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:28.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:28.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:28.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:28.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:28.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:28.816 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') 08:21:28.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:28.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:28.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:28.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:28.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:28.818 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:28.819 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:28.819 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:21:28.819 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:21:28.820 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:28.820 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:21:28.820 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:21:28.820 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:21:28.851 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:21:28.851 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:28.851 DEBUG [main][EditorHandler] 0 editor(s) found 08:21:28.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:28.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:21:28.851 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:21:28.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:28.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:28.852 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:28.852 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:21:28.852 INFO [WorkbenchTestable][RequirementsRunner] Started test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:28.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:28.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:21:28.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:21:28.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:21:28.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:28.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:28.854 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:21:28.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:28.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:28.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:28.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:28.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:28.856 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:28.856 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') 08:21:28.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:28.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:28.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:28.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:28.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:28.858 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:28.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:28.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:28.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:21:28.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:21:28.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:21:28.860 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:28.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:28.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:28.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:28.861 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:28.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:28.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:28.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:28.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:28.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:28.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:29.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:29.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:29.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:29.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:29.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:29.863 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:29.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:29.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:29.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:29.864 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 08:21:29.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:29.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:29.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:29.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:29.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:29.864 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:29.865 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:21:29.865 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:21:29.865 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:21:29.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:29.865 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:21:29.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:29.865 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:21:29.865 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:29.865 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:29.865 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:29.867 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:29.867 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:21:29.867 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:29.868 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:29.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:29.869 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:29.869 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:29.869 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:29.891 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:29.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:29.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:29.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:29.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:29.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:29.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:29.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:29.896 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:21:29.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:29.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:29.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:21:29.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:29.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:29.899 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:21:29.899 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') 08:21:29.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:29.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:29.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:29.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:29.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:29.902 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:29.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:29.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:29.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:29.932 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:29.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:29.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:29.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:29.933 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:29.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:29.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:29.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:29.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:29.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:29.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:30.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:30.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:30.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:30.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:30.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:30.935 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:30.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:30.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:30.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:30.936 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 08:21:30.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:30.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:30.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:30.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:30.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:30.936 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:30.936 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:21:30.937 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 08:21:30.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:21:30.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:30.937 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:21:30.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:30.937 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:21:30.937 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:21:30.937 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:21:30.942 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:21:30.944 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:21:30.944 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 08:21:30.944 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 08:21:30.944 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 08:21:30.944 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 08:21:30.946 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 08:21:30.946 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:30.946 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:30.969 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:30.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:30.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:30.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:30.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:30.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:30.971 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') 08:21:30.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:30.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:30.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:30.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:30.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:30.972 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:30.972 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:30.972 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:21:30.972 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:21:30.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49463628 is found... 08:21:30.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49463628 is found finished successfully 08:21:30.974 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') 08:21:30.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:30.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:30.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:30.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:30.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:30.975 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:21:30.982 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:30.982 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 08:21:30.982 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:21:30.982 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:21:30.983 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:30.983 DEBUG [main][EditorHandler] 2 editor(s) found 08:21:30.983 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:21:31.000 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:21:31.000 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 08:21:31.029 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 08:21:31.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:31.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:21:31.029 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:21:31.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:31.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:31.030 INFO [WorkbenchTestable][RequirementsRunner] Finished test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:31.030 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:21:31.030 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:31.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:31.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:21:31.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:21:31.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:21:31.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:31.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:31.032 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:21:31.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:31.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:31.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:31.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:31.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:31.034 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:31.034 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') 08:21:31.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:31.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:31.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:31.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:31.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:31.047 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:31.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:31.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:31.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:21:31.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:21:31.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:21:31.050 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:31.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:31.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:31.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:31.051 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:31.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:31.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:31.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:31.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:31.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:31.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:31.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:31.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:32.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:32.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:32.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:32.053 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:32.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:32.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:32.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:32.054 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 08:21:32.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:32.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:32.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:32.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:32.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:32.054 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:32.054 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:21:32.055 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:21:32.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:21:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:32.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:21:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:32.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:21:32.055 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:32.055 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:32.055 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:32.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:32.057 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:21:32.057 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:32.057 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:32.058 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:32.059 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:32.059 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:32.059 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:32.085 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:32.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:32.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:32.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:32.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:32.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:32.086 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') 08:21:32.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:32.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:32.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:32.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:32.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:32.088 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:32.088 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:32.088 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:21:32.088 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:21:32.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 08:21:32.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:32.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:32.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:32.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:32.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:32.090 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:32.090 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 08:21:32.091 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:32.091 DEBUG [main][EditorHandler] 1 editor(s) found 08:21:32.091 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:21:32.118 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:21:32.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:32.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:21:32.119 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:21:32.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:32.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:32.119 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:32.119 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:21:32.119 INFO [WorkbenchTestable][RequirementsRunner] Started test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:32.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:32.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:21:32.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:21:32.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:21:32.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:32.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:32.121 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:21:32.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:32.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:32.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:32.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:32.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:32.124 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:32.124 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') 08:21:32.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:32.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:32.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:32.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:32.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:32.126 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:32.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:32.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:32.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:21:32.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:21:32.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:21:32.128 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:32.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:32.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:32.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:32.129 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:32.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:32.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:32.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:32.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:32.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:32.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:32.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:32.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:33.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:33.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:33.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:33.130 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:33.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:33.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:33.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:33.131 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 08:21:33.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:33.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:33.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:33.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:33.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:33.132 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:33.132 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:21:33.133 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:21:33.133 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:21:33.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:33.133 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:21:33.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:33.133 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:21:33.133 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:33.133 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:33.133 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:33.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:33.136 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:21:33.136 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:33.136 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:33.136 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:33.138 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:33.138 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:33.138 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:33.162 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:33.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:33.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:33.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:33.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:33.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:33.163 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') 08:21:33.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:33.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:33.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:33.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:33.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:33.165 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:33.166 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:33.166 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:21:33.166 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:21:33.166 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:33.167 DEBUG [main][EditorHandler] 1 editor(s) found 08:21:33.167 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:21:33.195 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:21:33.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:33.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:21:33.195 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:21:33.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:33.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:33.196 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:33.196 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:21:33.196 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:33.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:33.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:21:33.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:21:33.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:21:33.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:33.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:33.198 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:21:33.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:33.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:33.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:33.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:33.200 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') 08:21:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:33.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:33.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:33.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:33.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:33.202 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:33.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:33.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:33.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:21:33.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:21:33.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:21:33.204 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:33.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:33.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:33.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:33.204 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:33.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:33.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:33.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:33.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:33.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:33.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:33.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:33.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:34.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:34.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:34.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:34.206 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:34.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:34.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:34.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:34.207 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 08:21:34.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:34.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:34.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:34.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:34.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:34.207 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:34.208 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:21:34.208 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 08:21:34.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:21:34.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:34.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:21:34.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:34.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:21:34.209 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:34.209 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:34.209 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:34.212 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:34.212 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 08:21:34.212 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 08:21:34.212 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 08:21:34.212 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 08:21:34.214 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 08:21:34.214 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:34.214 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:34.249 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:34.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:34.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:34.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:34.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:34.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:34.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:34.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:34.254 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 08:21:34.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:34.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:34.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:21:34.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:34.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:34.269 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:21:34.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 '\*?\QPackage Explorer\E') 08:21:34.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:34.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:34.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:34.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:34.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:34.273 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:34.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:34.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:34.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:34.299 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:34.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:34.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:34.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:34.300 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:34.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:34.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:34.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:34.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:34.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:34.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:34.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:34.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:35.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:35.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:35.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:35.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:35.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:35.802 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 08:21:35.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 08:21:35.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:35.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:35.803 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 08:21:35.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:35.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:35.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:35.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:35.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:35.803 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:35.804 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 08:21:35.804 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest+.min of tree item testProject 08:21:35.804 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 08:21:35.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:35.804 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 08:21:35.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:35.804 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 08:21:35.804 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 08:21:35.804 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 08:21:35.805 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 08:21:35.806 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 08:21:35.806 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest+.min 08:21:35.806 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 08:21:35.806 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 08:21:35.807 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 08:21:35.812 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 08:21:35.812 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:35.812 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:35.843 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:35.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:35.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:35.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:35.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:35.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:35.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d16c6f6 is found... 08:21:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d16c6f6 is found finished successfully 08:21:35.845 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') 08:21:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:35.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:35.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:35.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:35.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:35.848 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:35.848 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:35.848 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:21:35.848 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:21:35.849 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:35.849 DEBUG [main][EditorHandler] 2 editor(s) found 08:21:35.849 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:21:35.865 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:21:35.866 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 08:21:35.894 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 08:21:35.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:35.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:21:35.894 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:21:35.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:35.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:35.895 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 08:21:35.895 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:35.895 DEBUG [main][EditorHandler] 0 editor(s) found 08:21:35.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:35.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:35.896 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:21:35.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:35.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:35.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:35.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:35.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:35.897 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:35.897 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') 08:21:35.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:35.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:35.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:35.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:35.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:35.897 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:35.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:35.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:35.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:35.937 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:35.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:35.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:35.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:35.938 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:35.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:35.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:35.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:35.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:35.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:35.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:36.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:36.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:36.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:36.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:36.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:36.940 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:36.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:36.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:36.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:36.941 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 08:21:36.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:36.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:36.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:36.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:36.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:36.941 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:36.942 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:36.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:36.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:36.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:36.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:36.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:37.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:37.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:37.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:37.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:37.944 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:37.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:37.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:37.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:37.945 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 08:21:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:37.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:37.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:37.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:37.945 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:37.946 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:37.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:37.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:37.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:37.946 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 08:21:37.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:37.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:37.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:37.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:37.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:37.947 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:21:37.947 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:21:37.947 DEBUG [main][TreeItemHandler] Set Tree selection 08:21:37.947 DEBUG [main][TreeHandler] Notify Tree about selection event 08:21:37.954 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:21:37.955 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 08:21:37.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:21:37.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:37.992 DEBUG [main][MenuItemLookup] Found menu:'New' 08:21:37.993 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:21:37.993 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:37.993 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:21:37.993 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:37.993 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:21:37.993 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:21:37.993 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:21:37.993 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:21:37.993 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:21:37.993 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:37.993 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:21:37.993 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:21:37.993 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:37.993 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:21:37.993 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:21:37.993 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:21:37.993 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:21:37.993 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:21:37.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:37.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:21:37.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:21:38.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:38.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:38.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:38.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:38.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:21:38.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'New' 08:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:21:38.530 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:21:38.530 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:21:38.530 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:21:38.531 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:21:38.531 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:21:38.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 08:21:39.136 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 08:21:39.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:21:39.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:39.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:39.139 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) 08:21:39.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:21:39.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:39.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:39.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:21:39.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:21:39.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:39.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:39.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:39.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:39.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:21:39.140 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:21:39.140 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:21:39.140 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:21:39.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:21:39.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:21:39.140 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:21:39.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:39.140 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") 08:21:39.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:21:39.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:39.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:39.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:21:39.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:21:39.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:39.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:39.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:39.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:39.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:21:39.141 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:21:39.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:21:39.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:21:39.142 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:21:39.142 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:39.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:21:39.145 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:21:39.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:21:39.646 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:21:39.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:39.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:21:39.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:21:39.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:39.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:39.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:39.646 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:39.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:39.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:39.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:21:39.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:21:39.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:21:39.648 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 08:21:39.648 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:21:39.648 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:21:39.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:39.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.86 s - in org.eclipse.reddeer.workbench.test.editor.EditorTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.573 s closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.1 s getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 3.27 s closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.121 s testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.109 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.151 s closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.117 s closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.769 s noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.074 s getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.232 s testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.078 s saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.103 s isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.09 s closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 12.714 s closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.638 s findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.645 s saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.126 s getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 11.098 s noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.104 s switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.178 s testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.089 s getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.076 s getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.699 s Running org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:21:39.658 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:21:39.660 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:21:39.660 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:21:39.660 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:21:39.660 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:21:39.660 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:21:39.660 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:21:39.660 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:21:39.660 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:21:39.660 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:21:39.661 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.*'] 08:21:39.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.661 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.*'] 08:21:39.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.661 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.*'] 08:21:39.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:39.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:39.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:39.662 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:39.662 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'File' 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:21:39.662 DEBUG [main][MenuItemLookup] Item match:Window 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:39.662 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:21:39.662 DEBUG [main][MenuItemLookup] Item match:Preferences 08:21:39.662 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:21:39.662 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:21:39.662 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:21:39.744 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.... 08:21:39.745 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 08:21:39.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:21:39.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:39.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:39.747 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:21:39.747 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.759 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 08:21:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:39.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:39.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:39.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:21:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:21:39.761 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) 08:21:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:39.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:39.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:39.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:39.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:21:39.763 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:21:39.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:21:39.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:21:39.763 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:21:39.763 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:39.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:21:39.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:21:39.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:39.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:39.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:39.788 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:39.788 DEBUG [main][EditorHandler] 0 editor(s) found 08:21:39.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:39.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:39.789 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:21:39.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:39.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:39.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:39.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:39.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:39.790 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:39.790 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') 08:21:39.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:39.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:39.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:39.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:39.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:39.791 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:39.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:39.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:39.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:21:39.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:21:39.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:21:39.792 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:39.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:39.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:39.792 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 08:21:39.793 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:39.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:39.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:39.793 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 08:21:39.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:39.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:39.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:39.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:39.794 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:39.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:39.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:39.794 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 08:21:39.813 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:39.813 DEBUG [main][EditorHandler] 0 editor(s) found 08:21:39.814 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'] 08:21:39.814 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.814 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'] 08:21:39.814 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.814 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"] 08:21:39.814 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.815 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'] 08:21:39.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.815 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'] 08:21:39.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.815 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'] 08:21:39.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.816 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"] 08:21:39.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.816 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'] 08:21:39.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.816 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'] 08:21:39.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:39.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:39.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:39.817 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:39.818 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:21:39.818 DEBUG [main][MenuItemLookup] Found menu:'File' 08:21:39.818 DEBUG [main][MenuItemLookup] Item match:File 08:21:39.819 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:21:39.819 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:21:39.821 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:21:39.821 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:39.821 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:21:39.821 DEBUG [main][MenuItemLookup] Found menu:'File' 08:21:39.821 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:21:39.821 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:39.821 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:21:39.821 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:21:39.822 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:21:39.822 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:21:39.822 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:21:39.883 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.... 08:21:39.887 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 08:21:39.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:21:39.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:39.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:39.888 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:21:39.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.888 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 08:21:39.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:39.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:39.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:39.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:39.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:39.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:21:39.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:21:39.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:21:39.890 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:21:39.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:39.890 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:21:39.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:39.890 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:21:39.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:21:39.890 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:21:39.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:39.890 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:21:39.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:39.890 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:21:39.890 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:21:39.890 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:21:39.890 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:21:39.898 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:21:39.898 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:21:39.898 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:21:39.898 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) 08:21:39.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:39.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:39.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:39.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:39.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:21:39.900 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:21:39.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:21:39.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:21:39.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:21:39.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:39.927 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'] 08:21:39.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:21:39.928 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 08:21:39.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:21:39.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:39.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:39.929 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:21:39.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:39.929 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 08:21:39.929 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:") 08:21:39.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:39.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:39.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:39.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:39.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:21:39.931 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:21:39.932 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 08:21:39.933 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:21:39.933 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 08:21:39.933 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) 08:21:39.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:39.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:39.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:39.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:39.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:21:39.935 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:21:39.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:21:39.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:21:39.935 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:21:39.936 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:39.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:21:40.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:21:40.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:40.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 08:21:40.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:21:40.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:40.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:40.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:40.442 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"] 08:21:40.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:40.442 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"] 08:21:40.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:40.442 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"] 08:21:40.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:40.443 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"] 08:21:40.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:40.443 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"] 08:21:40.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:40.443 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"] 08:21:40.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:40.443 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"] 08:21:40.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:40.443 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"] 08:21:40.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:40.443 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"] 08:21:40.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:40.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:40.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:40.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:40.444 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:40.444 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:21:40.444 DEBUG [main][MenuItemLookup] Found menu:'File' 08:21:40.444 DEBUG [main][MenuItemLookup] Item match:File 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'Revert' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:40.445 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:21:40.445 DEBUG [main][MenuItemLookup] Item match:Import... 08:21:40.445 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 08:21:40.445 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 08:21:40.445 INFO [main][MenuItemHandler] Select menu item: &Import... 08:21:40.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 08:21:40.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 08:21:40.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:21:40.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:40.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:40.524 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:21:40.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:40.525 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 08:21:40.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:40.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:40.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:40.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:40.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:40.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:21:40.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:21:40.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:21:40.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:21:40.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:41.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:41.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:21:41.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:21:41.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:21:41.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:41.030 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:21:41.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:41.030 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:21:41.031 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 08:21:41.031 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 08:21:41.031 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 08:21:41.034 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 08:21:41.034 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:21:41.034 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 08:21:41.034 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) 08:21:41.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:41.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:41.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:41.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:41.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:21:41.036 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:21:41.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:21:41.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:21:41.036 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:21:41.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:41.089 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"] 08:21:41.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:41.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:41.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:21:41.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:41.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:41.123 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:21:41.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:41.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 08:21:41.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 08:21:41.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:21:41.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:41.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:41.124 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 08:21:41.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:21:41.126 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/' 08:21:41.128 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:") 08:21:41.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:41.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:41.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:41.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:41.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:21:41.129 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 08:21:41.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:21:41.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:21:41.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:21:41.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:41.152 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 08:21:41.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:41.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:41.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:41.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:41.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 08:21:41.155 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/ 08:21:41.156 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") 08:21:41.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:41.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:41.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:41.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:41.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:21:41.194 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 08:21:41.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:21:41.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:21:41.194 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:21:41.194 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:41.201 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 08:21:41.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:41.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:41.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:41.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:41.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:41.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 08:21:41.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 08:21:41.203 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 08:21:41.203 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:") 08:21:41.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:41.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:41.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:41.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:41.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:21:41.204 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") 08:21:41.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:41.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:41.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:41.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:41.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:21:41.205 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 08:21:41.205 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 08:21:41.205 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 08:21:41.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:21:41.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:21:41.205 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:21:41.205 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:41.206 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 08:21:41.206 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 08:21:41.206 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) 08:21:41.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:41.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:41.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:41.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:41.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:21:41.208 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:21:41.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:21:41.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:21:41.208 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:21:41.208 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:21:41.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:21:41.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:21:41.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:41.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing workspace' has no excuses, wait for it 08:21:42.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing workspace' has no excuses, wait for it 08:21:42.753 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 08:21:42.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 08:21:42.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:21:42.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:21:42.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:42.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:42.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:42.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:42.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:42.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:42.755 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:21:42.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:42.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:42.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:42.756 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:42.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:21:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:42.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:42.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:42.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:42.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:42.757 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:42.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:42.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:42.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:21:42.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:21:42.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:21:42.760 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:42.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:42.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:42.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:42.761 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:42.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:42.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:42.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:42.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:42.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:42.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:43.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:43.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:43.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:43.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:43.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:43.763 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:43.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:43.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:43.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:43.764 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 08:21:43.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:43.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:43.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:43.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:43.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:43.765 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:43.765 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:21:43.765 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:21:43.766 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:21:43.766 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:21:43.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:44.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:44.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:21:44.269 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:21:44.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:21:44.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:44.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:44.769 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:21:44.770 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:21:44.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:21:44.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:45.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:45.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:21:45.272 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:21:45.272 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:21:45.272 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:21:45.315 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:21:45.316 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:21:45.317 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:21:45.317 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:21:45.317 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:21:45.326 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:21:45.326 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:45.326 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:47.939 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:47.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:47.939 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 08:21:47.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:21:47.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:21:47.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:47.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:47.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:47.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:47.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e9dfa17 is found... 08:21:48.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e9dfa17 is found finished successfully 08:21:48.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:21:48.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:48.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:48.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:48.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:48.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:48.033 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:48.034 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 08:21:48.035 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 13] 08:21:48.212 INFO [WorkbenchTestable][Keyboard] Type text "a" 08:21:48.412 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:21:48.413 INFO [WorkbenchTestable][Keyboard] As char:a, as int:97 08:21:49.016 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:49.016 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 08:21:49.016 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:21:49.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:21:49.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:49.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:49.017 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:21:49.017 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:21:49.017 DEBUG [main][MenuItemLookup] Found menu:'File' 08:21:49.017 DEBUG [main][MenuItemLookup] Item match:File 08:21:49.018 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:21:49.018 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:21:49.018 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:21:49.018 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:21:49.018 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:49.018 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:21:49.019 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:21:49.019 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:49.019 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:21:49.019 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:21:49.019 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:21:49.019 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:21:49.019 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:21:49.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:21:49.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:21:49.118 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:49.118 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 08:21:49.118 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:49.119 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 08:21:49.119 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:21:49.119 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:21:49.240 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:21:49.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:49.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:49.241 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:21:49.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:49.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:49.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:49.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:49.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:49.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:49.243 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') 08:21:49.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:49.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:49.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:49.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:49.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:49.244 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:49.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:49.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:49.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:21:49.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:21:49.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:21:49.246 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:49.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:49.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:49.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:49.247 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:49.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:49.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:49.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:49.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:49.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:49.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:49.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:49.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:50.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:50.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:50.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:50.249 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:50.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:50.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:50.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:50.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 08:21:50.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:50.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:50.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:50.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:50.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:50.251 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:50.251 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:21:50.251 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:21:50.252 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:21:50.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:21:50.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:50.252 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:21:50.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:50.252 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:21:50.252 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:21:50.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:21:50.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:50.253 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:21:50.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:50.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:21:50.253 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:21:50.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:21:50.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:50.253 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:21:50.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:50.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:21:50.253 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:21:50.253 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:21:50.253 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:21:50.263 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:21:50.308 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:21:50.310 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:21:50.310 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:21:50.311 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:21:50.318 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:21:50.318 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:50.319 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:50.644 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:50.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:50.644 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 08:21:50.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:21:50.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:21:50.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:21:50.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:50.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:50.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:50.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:50.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2eb2ca79 is found... 08:21:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2eb2ca79 is found finished successfully 08:21:50.661 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') 08:21:50.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:50.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:50.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:50.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:50.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:50.715 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:50.715 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 08:21:50.715 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:21:50.820 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:50.820 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 08:21:50.820 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:21:50.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:21:50.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:50.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:50.821 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:21:50.821 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:21:50.821 DEBUG [main][MenuItemLookup] Found menu:'File' 08:21:50.821 DEBUG [main][MenuItemLookup] Item match:File 08:21:50.822 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:21:50.822 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:21:50.822 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:21:50.822 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:21:50.822 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:50.822 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:21:50.822 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:21:50.822 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:50.822 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:21:50.822 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:21:50.822 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:21:50.822 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:21:50.823 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:21:50.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:21:50.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:21:50.912 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:50.913 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 08:21:50.913 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:50.913 DEBUG [main][EditorHandler] 1 editor(s) found 08:21:50.913 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:21:51.035 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:21:51.035 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:21:51.036 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:21:51.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:21:51.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:21:51.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:21:51.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:21:51.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:51.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:51.037 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:21:51.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:51.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:51.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:51.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:51.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:51.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:51.039 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') 08:21:51.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:51.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:51.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:51.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:51.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:51.040 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:51.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:51.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:51.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:21:51.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:21:51.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:21:51.043 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:51.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:51.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:51.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:51.114 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:51.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:51.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:51.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:51.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:51.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:51.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:51.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:51.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:52.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:52.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:52.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:52.116 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:52.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:52.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:52.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:52.117 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 08:21:52.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:52.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:52.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:52.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:52.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:52.118 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:52.118 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:21:52.118 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:21:52.119 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:21:52.119 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:21:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:52.119 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:21:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:52.119 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:21:52.119 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:21:52.119 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:21:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:52.119 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:21:52.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:52.119 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:21:52.120 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:21:52.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:21:52.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:52.120 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:21:52.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:52.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:21:52.120 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:21:52.120 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:21:52.121 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:21:52.128 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:21:52.129 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:21:52.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:21:52.129 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:21:52.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:21:52.134 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:21:52.135 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:52.135 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:52.442 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:52.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:52.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 08:21:52.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:21:52.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:21:52.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:21:52.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:52.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:52.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:52.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:52.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@410426be is found... 08:21:52.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@410426be is found finished successfully 08:21:52.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') 08:21:52.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:52.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:52.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:52.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:52.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:52.463 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:52.463 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 08:21:52.513 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:52.513 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 08:21:52.516 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 08:21:52.530 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 08:21:52.535 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:21:52.535 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:21:53.136 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:21:53.137 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:21:53.738 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:21:53.738 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:21:54.339 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:21:54.339 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:21:54.940 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:21:54.940 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:21:55.541 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:21:55.541 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:21:56.142 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:21:56.142 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 08:21:56.743 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:21:56.743 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:21:57.344 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:57.345 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 08:21:57.345 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:21:57.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:21:57.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:57.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:57.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:21:57.345 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:21:57.345 DEBUG [main][MenuItemLookup] Found menu:'File' 08:21:57.346 DEBUG [main][MenuItemLookup] Item match:File 08:21:57.346 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:21:57.346 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:21:57.346 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:21:57.346 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:21:57.346 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:57.346 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:21:57.346 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:21:57.346 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:57.346 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:21:57.346 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:21:57.347 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:21:57.347 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:21:57.347 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:21:57.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:21:57.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:21:57.376 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:57.376 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 08:21:57.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:57.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:57.379 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:21:57.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:57.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:57.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:21:57.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:57.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:57.380 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:21:57.380 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') 08:21:57.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:57.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:57.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:57.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:57.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:57.380 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:57.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:57.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:57.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:57.414 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:57.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:57.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:57.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:57.415 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:57.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:57.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:57.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:57.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:57.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:57.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:57.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:57.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:58.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:58.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:58.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:58.418 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:58.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:58.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:58.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:58.419 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 08:21:58.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:58.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:58.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:58.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:58.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:58.420 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:58.420 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:21:58.421 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:21:58.421 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:21:58.421 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:21:58.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:58.421 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:21:58.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:58.421 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:21:58.422 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:21:58.422 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:21:58.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:58.422 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:21:58.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:58.422 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:21:58.422 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:21:58.422 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:21:58.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:58.422 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:21:58.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:58.422 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:21:58.423 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:21:58.423 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:21:58.423 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:21:58.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:21:58.430 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:21:58.430 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:21:58.430 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:21:58.430 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:21:58.436 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:21:58.436 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:58.436 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:58.471 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:58.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:58.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:21:58.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:21:58.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:21:58.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:58.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:58.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:58.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:58.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@36360692 is found... 08:21:58.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@36360692 is found finished successfully 08:21:58.473 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') 08:21:58.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:58.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:58.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:58.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:58.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:58.475 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:58.475 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 08:21:58.476 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:21:58.492 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:58.492 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 08:21:58.492 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:21:58.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:21:58.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:58.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:58.526 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:21:58.526 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:21:58.526 DEBUG [main][MenuItemLookup] Found menu:'File' 08:21:58.526 DEBUG [main][MenuItemLookup] Item match:File 08:21:58.527 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:21:58.527 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:21:58.527 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:21:58.527 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:21:58.527 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:58.527 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:21:58.527 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:21:58.527 DEBUG [main][MenuItemLookup] Found menu:'' 08:21:58.527 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:21:58.527 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:21:58.527 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:21:58.527 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:21:58.527 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:21:58.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:21:58.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:21:58.557 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:58.557 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 08:21:58.557 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:21:58.557 DEBUG [main][EditorHandler] 1 editor(s) found 08:21:58.557 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:21:58.636 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:21:58.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:21:58.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:21:58.636 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:21:58.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:21:58.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:21:58.636 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:21:58.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:21:58.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:21:58.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:21:58.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:21:58.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:21:58.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:21:58.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:58.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:58.637 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:21:58.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:58.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:58.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:21:58.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:21:58.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:21:58.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:21:58.638 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') 08:21:58.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:58.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:58.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:58.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:58.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:58.639 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:58.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:58.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:58.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:21:58.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:21:58.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:21:58.641 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:58.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:58.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:58.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:58.641 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:58.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:58.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:58.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:58.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:58.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:58.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:59.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:59.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:59.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:59.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:21:59.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:21:59.643 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:21:59.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:21:59.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:59.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:21:59.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 08:21:59.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:59.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:59.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:59.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:59.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:21:59.645 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:21:59.645 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:21:59.645 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:21:59.645 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:21:59.645 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:21:59.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:59.645 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:21:59.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:59.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:21:59.646 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:21:59.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:21:59.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:59.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:21:59.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:59.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:21:59.646 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:21:59.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:21:59.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:21:59.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:21:59.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:21:59.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:21:59.646 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:21:59.646 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:21:59.646 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:21:59.653 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:21:59.654 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:21:59.654 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:21:59.654 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:21:59.654 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:21:59.659 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:21:59.659 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:21:59.659 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:21:59.779 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:21:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:21:59.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:21:59.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:21:59.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:21:59.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:21:59.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:21:59.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:21:59.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:21:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:21:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d8a17e5 is found... 08:21:59.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d8a17e5 is found finished successfully 08:21:59.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:21:59.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:21:59.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:21:59.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:21:59.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:21:59.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:21:59.821 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:59.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 08:21:59.822 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:21:59.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 08:21:59.823 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:22:00.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:00.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:00.823 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:00.823 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:00.823 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:22:00.823 DEBUG [main][MenuItemLookup] Item match:Edit 08:22:00.824 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:22:00.824 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:22:00.824 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:00.824 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:22:00.824 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:22:00.824 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:22:00.824 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:22:00.824 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:00.825 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:22:00.825 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:22:00.828 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:22:00.829 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Java Non-Type Proposals" 08:22:00.829 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 08:22:00.829 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Te&mplate Proposals" 08:22:00.829 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Word Proposals" 08:22:00.829 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Chain Template Proposals" 08:22:00.829 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"" 08:22:00.829 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Parameter &Hints Shift+Ctrl+Space" 08:22:00.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:00.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:00.830 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:00.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:00.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:00.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:00.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:00.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:00.831 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:00.831 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') 08:22:00.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:00.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:00.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:00.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:00.832 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:00.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:00.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:00.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:00.861 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:00.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:00.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:00.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:00.862 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:00.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:00.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:00.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:00.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:00.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:00.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:01.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:01.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:01.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:01.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:01.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:01.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:01.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:01.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:01.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:01.865 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 08:22:01.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:01.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:01.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:01.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:01.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:01.865 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:01.865 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:01.866 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:01.866 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:01.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:01.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:01.866 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:01.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:01.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:01.866 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:01.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:01.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:01.866 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:01.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:01.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:01.866 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:01.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:01.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:01.866 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:01.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:01.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:01.866 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:01.867 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:01.867 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:01.872 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:01.873 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:01.873 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:01.873 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:01.873 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:01.879 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:01.880 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:01.880 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:01.911 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:01.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:01.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:01.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:01.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:01.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:01.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:01.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:01.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:01.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a80eab5 is found... 08:22:01.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a80eab5 is found finished successfully 08:22:01.913 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') 08:22:01.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:01.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:01.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:01.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:01.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:01.916 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:01.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 08:22:01.916 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:01.936 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:01.936 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 08:22:01.936 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:01.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:01.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:01.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:01.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:01.937 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:01.937 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:01.937 DEBUG [main][MenuItemLookup] Item match:File 08:22:01.938 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:01.938 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:01.938 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:01.938 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:01.938 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:01.938 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:01.938 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:01.938 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:01.938 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:01.938 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:01.938 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:01.938 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:01.938 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:01.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:01.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:01.969 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:01.969 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 08:22:01.969 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:22:01.969 DEBUG [main][EditorHandler] 1 editor(s) found 08:22:01.970 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:22:02.058 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:22:02.058 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:02.058 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:22:02.058 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:02.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:02.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:02.059 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:02.059 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:22:02.059 INFO [WorkbenchTestable][RequirementsRunner] Started test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:02.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:02.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:22:02.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:22:02.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:22:02.059 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'] 08:22:02.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:22:02.060 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'] 08:22:02.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:22:02.060 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"] 08:22:02.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:22:02.060 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'] 08:22:02.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:22:02.060 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'] 08:22:02.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:22:02.060 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'] 08:22:02.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:22:02.060 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"] 08:22:02.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:22:02.060 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'] 08:22:02.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:22:02.061 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'] 08:22:02.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:22:02.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:22:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:02.061 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:22:02.061 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:22:02.062 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:02.062 DEBUG [main][MenuItemLookup] Item match:File 08:22:02.063 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:02.063 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:22:02.109 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:22:02.109 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:02.109 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:22:02.109 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:02.109 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:22:02.109 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:02.109 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:22:02.109 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:22:02.123 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:22:02.124 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:22:02.124 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:22:02.177 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.... 08:22:02.180 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 08:22:02.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:22:02.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:02.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:02.181 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:22:02.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:22:02.182 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 08:22:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:02.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:02.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:02.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:22:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:22:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:22:02.183 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:22:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:02.183 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:22:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:02.183 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:22:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:22:02.183 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:22:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:02.183 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:22:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:02.183 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:22:02.184 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:22:02.184 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:22:02.184 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:22:02.187 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:22:02.187 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:22:02.187 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:22:02.187 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) 08:22:02.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:02.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:02.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:02.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:02.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:22:02.188 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:22:02.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:22:02.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:22:02.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:22:02.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:22:02.218 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'] 08:22:02.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:22:02.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:22:02.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:22:02.219 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 08:22:02.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:22:02.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:02.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:02.220 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:22:02.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:22:02.220 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:") 08:22:02.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:02.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:02.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:02.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:02.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:22:02.223 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:22:02.223 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 08:22:02.224 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:") 08:22:02.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:02.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:02.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:02.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:02.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:22:02.225 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:22:02.225 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:22:02.226 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:22:02.226 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:22:02.226 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) 08:22:02.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:02.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:02.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:02.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:02.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:22:02.232 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:22:02.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:22:02.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:22:02.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:22:02.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:22:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:22:02.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:22:02.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:02.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:22:02.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:02.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:02.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:02.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:02.736 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') 08:22:02.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:02.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:02.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:02.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:02.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:02.739 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 08:22:02.744 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:02.744 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:02.744 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 08:22:02.744 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 08:22:02.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:02.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:02.746 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:02.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:02.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:02.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 08:22:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:02.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 08:22:02.755 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') 08:22:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:02.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:02.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:02.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:02.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:02.756 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:02.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:02.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:02.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:02.762 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:02.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:02.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:02.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:02.763 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:02.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:02.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:02.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:02.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:02.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:02.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:03.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:03.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:03.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:03.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:03.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:03.764 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:03.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:03.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:03.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:03.765 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 08:22:03.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:03.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:03.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:03.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:03.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:03.766 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:03.766 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:03.766 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:03.767 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:03.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:03.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:03.767 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:03.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:03.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:03.767 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:03.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:03.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:03.767 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:03.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:03.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:03.767 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:03.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:03.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:03.767 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:03.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:03.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:03.768 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:03.768 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:03.768 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:03.775 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:03.775 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:03.775 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:03.775 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:03.776 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:03.786 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:03.786 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:03.786 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:03.911 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:03.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:03.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:03.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:03.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:03.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:03.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:03.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:03.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:03.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:03.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f5e2e8f is found... 08:22:03.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f5e2e8f is found finished successfully 08:22:03.927 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') 08:22:03.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:03.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:03.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:03.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:03.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:03.929 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:03.929 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 08:22:03.929 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:03.958 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:03.958 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 08:22:03.959 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:03.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:03.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:03.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:03.959 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:03.959 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:03.959 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:03.959 DEBUG [main][MenuItemLookup] Item match:File 08:22:03.960 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:03.960 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:03.960 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:03.960 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:03.960 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:03.960 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:03.960 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:03.960 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:03.960 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:03.960 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:03.961 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:03.961 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:03.961 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:04.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:04.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:04.038 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:04.038 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 08:22:04.038 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:22:04.038 DEBUG [main][EditorHandler] 2 editor(s) found 08:22:04.038 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 08:22:04.047 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 08:22:04.047 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:22:04.165 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:22:04.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:04.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:22:04.165 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:04.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:04.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:04.166 INFO [WorkbenchTestable][RequirementsRunner] Finished test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:04.166 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:22:04.166 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:04.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:04.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:22:04.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:22:04.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:22:04.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:04.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:04.209 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:04.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:04.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:04.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:22:04.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:04.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:04.210 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:22:04.211 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') 08:22:04.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:04.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:04.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:04.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:04.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:04.211 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:04.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:04.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:04.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:22:04.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:22:04.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:22:04.214 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:04.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:04.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:04.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:04.214 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:04.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:04.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:04.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:04.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:04.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:04.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:04.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:04.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:05.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:05.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:05.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:05.217 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:05.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:05.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:05.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:05.218 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 08:22:05.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:05.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:05.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:05.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:05.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:05.218 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:05.219 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:05.219 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:05.219 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:05.219 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:05.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:05.219 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:05.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:05.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:05.220 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:05.220 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:05.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:05.220 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:05.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:05.220 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:05.220 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:05.220 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:05.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:05.220 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:05.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:05.220 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:05.220 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:05.220 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:05.220 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:05.230 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:05.231 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:05.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:05.231 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:05.232 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:05.237 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:05.237 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:05.237 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:05.385 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:05.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:05.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:05.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:05.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:05.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:05.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:05.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:05.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:05.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:05.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1fc2e585 is found... 08:22:05.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1fc2e585 is found finished successfully 08:22:05.396 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') 08:22:05.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:05.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:05.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:05.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:05.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:05.399 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:05.399 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 08:22:05.399 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5 08:22:05.399 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5, offser 0 08:22:05.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:05.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:05.403 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:05.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:05.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:05.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:05.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:05.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:05.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:05.404 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') 08:22:05.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:05.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:05.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:05.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:05.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:05.405 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:05.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:05.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:05.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:05.439 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:05.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:05.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:05.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:05.440 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:05.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:05.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:05.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:05.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:05.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:05.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:05.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:05.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:06.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:06.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:06.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:06.442 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:06.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:06.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:06.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:06.443 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 08:22:06.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:06.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:06.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:06.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:06.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:06.443 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:06.443 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:06.444 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:06.444 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:06.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:06.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:06.444 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:06.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:06.444 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:06.444 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:06.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:06.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:06.444 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:06.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:06.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:06.445 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:06.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:06.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:06.445 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:06.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:06.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:06.445 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:06.445 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:06.445 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:06.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:06.453 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:06.453 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:06.453 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:06.453 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:06.464 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:06.465 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:06.465 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:06.506 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:06.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:06.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:06.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:06.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:06.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:06.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:06.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:06.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:06.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@728ee751 is found... 08:22:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@728ee751 is found finished successfully 08:22:06.508 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') 08:22:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:06.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:06.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:06.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:06.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:06.511 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:06.511 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 08:22:06.511 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:06.526 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:06.526 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 08:22:06.526 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:06.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:06.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:06.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:06.527 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:06.527 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:06.527 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:06.527 DEBUG [main][MenuItemLookup] Item match:File 08:22:06.527 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:06.528 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:06.528 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:06.528 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:06.528 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:06.528 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:06.528 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:06.528 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:06.528 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:06.528 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:06.546 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:06.546 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:06.546 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:06.580 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:06.580 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 08:22:06.580 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:22:06.580 DEBUG [main][EditorHandler] 1 editor(s) found 08:22:06.581 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:22:06.680 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:22:06.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:06.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:22:06.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:06.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:06.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:06.681 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:06.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:22:06.681 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:06.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:06.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:22:06.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:22:06.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:22:06.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:06.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:06.682 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:06.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:06.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:06.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:22:06.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:06.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:06.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:22:06.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 '\*?\QProject Explorer\E') 08:22:06.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:06.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:06.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:06.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:06.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:06.683 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:06.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:06.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:06.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:22:06.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:22:06.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:22:06.685 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:06.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:06.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:06.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:06.686 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:06.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:06.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:06.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:06.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:06.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:06.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:07.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:07.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:07.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:07.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:07.687 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:07.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:07.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:07.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:07.688 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 08:22:07.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:07.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:07.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:07.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:07.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:07.688 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:07.689 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:07.689 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:07.689 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:07.689 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:07.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:07.689 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:07.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:07.689 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:07.689 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:07.689 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:07.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:07.689 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:07.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:07.689 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:07.689 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:07.689 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:07.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:07.690 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:07.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:07.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:07.690 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:07.690 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:07.690 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:07.696 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:07.697 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:07.697 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:07.697 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:07.697 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:07.702 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:07.702 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:07.702 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:07.860 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:07.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:07.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:07.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:07.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:07.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:07.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:07.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:07.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:07.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:07.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5c964c1a is found... 08:22:07.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5c964c1a is found finished successfully 08:22:07.875 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') 08:22:07.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:07.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:07.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:07.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:07.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:07.878 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:07.878 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 08:22:07.878 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:07.878 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:08.079 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:08.286 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:08.286 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:08.486 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:08.689 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:08.689 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:08.890 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:09.092 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:09.092 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:09.293 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:09.498 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:22:09.498 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:22:09.698 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:22:10.699 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() { 08:22:10.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:10.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:10.724 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:10.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:10.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:10.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:10.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:10.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:10.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:10.725 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') 08:22:10.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:10.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:10.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:10.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:10.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:10.726 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:10.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:10.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:10.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:10.738 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:10.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:10.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:10.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:10.739 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:10.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:10.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:10.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:10.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:10.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:10.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:11.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:11.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:11.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:11.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:11.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:11.761 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:11.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:11.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:11.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:11.762 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 08:22:11.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:11.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:11.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:11.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:11.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:11.763 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:11.763 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:11.763 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:11.764 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:11.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:11.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:11.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:11.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:11.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:11.764 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:11.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:11.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:11.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:11.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:11.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:11.764 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:11.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:11.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:11.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:11.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:11.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:11.765 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:11.765 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:11.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:11.777 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:11.778 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:11.778 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:11.778 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:11.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:11.786 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:11.786 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:11.787 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:11.836 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:11.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:11.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:11.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:11.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:11.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:11.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:11.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:11.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:11.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fca7dcb is found... 08:22:11.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fca7dcb is found finished successfully 08:22:11.839 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') 08:22:11.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:11.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:11.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:11.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:11.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:11.842 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:11.842 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 08:22:11.842 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:11.880 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:11.880 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 08:22:11.880 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:11.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:11.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:11.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:11.881 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:11.881 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:11.881 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:11.881 DEBUG [main][MenuItemLookup] Item match:File 08:22:11.882 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:11.882 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:11.882 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:11.883 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:11.883 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:11.883 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:11.883 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:11.883 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:11.883 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:11.883 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:11.883 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:11.883 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:11.883 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:11.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:11.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:11.951 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:11.951 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 08:22:11.951 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:22:11.951 DEBUG [main][EditorHandler] 1 editor(s) found 08:22:11.951 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:22:12.075 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:22:12.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:12.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:22:12.075 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:12.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:12.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:12.076 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:12.076 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:22:12.076 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:12.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:12.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:22:12.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:22:12.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:22:12.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:12.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:12.078 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:12.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:12.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:12.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:22:12.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:12.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:12.080 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:22:12.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 '\*?\QProject Explorer\E') 08:22:12.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:12.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:12.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:12.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:12.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:12.081 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:12.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:12.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:12.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:22:12.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:22:12.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:22:12.097 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:12.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:12.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:12.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:12.098 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:12.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:12.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:12.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:12.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:12.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:12.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:12.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:12.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:13.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:13.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:13.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:13.100 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:13.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:13.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:13.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:13.101 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 08:22:13.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:13.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:13.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:13.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:13.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:13.101 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:13.102 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:13.102 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:13.102 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:13.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:13.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:13.102 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:13.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:13.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:13.102 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:13.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:13.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:13.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:13.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:13.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:13.103 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:13.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:13.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:13.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:13.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:13.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:13.103 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:13.103 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:13.103 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:13.116 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:13.117 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:13.117 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:13.117 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:13.117 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:13.126 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:13.126 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:13.127 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:13.376 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:13.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:13.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:13.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:13.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:13.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:13.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:13.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:13.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:13.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6fef0813 is found... 08:22:13.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6fef0813 is found finished successfully 08:22:13.387 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') 08:22:13.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:13.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:13.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:13.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:13.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:13.390 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:13.390 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 08:22:13.390 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:13.390 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:13.619 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:13.823 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:13.823 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:14.024 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:14.227 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:14.227 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:14.427 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:14.631 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:14.631 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:14.831 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:15.038 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:22:15.038 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:22:15.238 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:22:16.239 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(""); } } 08:22:16.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:16.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:16.242 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:16.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:16.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:16.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:16.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:16.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:16.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:16.244 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') 08:22:16.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:16.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:16.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:16.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:16.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:16.244 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:16.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:16.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:16.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:16.280 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:16.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:16.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:16.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:16.280 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:16.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:16.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:16.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:16.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:16.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:16.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:16.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:16.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:17.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:17.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:17.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:17.282 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:17.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:17.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:17.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:17.283 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 08:22:17.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:17.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:17.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:17.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:17.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:17.284 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:17.284 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:17.284 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:17.284 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:17.284 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:17.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:17.285 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:17.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:17.285 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:17.285 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:17.285 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:17.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:17.285 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:17.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:17.285 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:17.285 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:17.285 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:17.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:17.285 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:17.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:17.285 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:17.285 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:17.285 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:17.285 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:17.292 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:17.292 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:17.292 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:17.292 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:17.293 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:17.297 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:17.297 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:17.297 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:17.331 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:17.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:17.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:17.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:17.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:17.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:17.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:17.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:17.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:17.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4cec856f is found... 08:22:17.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4cec856f is found finished successfully 08:22:17.333 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') 08:22:17.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:17.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:17.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:17.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:17.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:17.336 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:17.336 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 08:22:17.336 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:17.361 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:17.361 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 08:22:17.361 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:17.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:17.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:17.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:17.361 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:17.361 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:17.362 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:17.362 DEBUG [main][MenuItemLookup] Item match:File 08:22:17.362 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:17.362 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:17.362 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:17.362 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:17.362 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:17.362 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:17.362 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:17.362 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:17.363 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:17.363 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:17.363 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:17.363 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:17.363 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:17.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:17.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:17.395 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:17.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 08:22:17.395 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:22:17.395 DEBUG [main][EditorHandler] 1 editor(s) found 08:22:17.395 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:22:17.466 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:22:17.466 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:17.466 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:22:17.466 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:17.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:17.467 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:17.467 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:22:17.467 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:17.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:17.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:22:17.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:22:17.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:22:17.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:17.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:17.468 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:17.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:17.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:17.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:22:17.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:17.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:17.470 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:22:17.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:22:17.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:17.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:17.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:17.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:17.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:17.471 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:17.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:17.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:17.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:22:17.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:22:17.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:22:17.474 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:17.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:17.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:17.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:17.474 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:17.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:17.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:17.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:17.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:17.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:17.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:17.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:17.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:18.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:18.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:18.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:18.476 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:18.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:18.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:18.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:18.477 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 08:22:18.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:18.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:18.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:18.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:18.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:18.477 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:18.477 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:18.477 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:18.478 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:18.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:18.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:18.478 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:18.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:18.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:18.478 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:18.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:18.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:18.478 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:18.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:18.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:18.478 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:18.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:18.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:18.478 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:18.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:18.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:18.478 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:18.479 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:18.479 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:18.495 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:18.496 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:18.496 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:18.496 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:18.496 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:18.501 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:18.501 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:18.501 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:18.631 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:18.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:18.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:18.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:18.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:18.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:18.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:18.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:18.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:18.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:18.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75c25d4e is found... 08:22:18.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75c25d4e is found finished successfully 08:22:18.645 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') 08:22:18.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:18.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:18.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:18.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:18.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:18.649 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:18.649 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 08:22:18.649 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:18.679 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:18.679 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 08:22:18.679 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:18.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:18.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:18.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:18.679 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:18.679 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:18.679 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:18.680 DEBUG [main][MenuItemLookup] Item match:File 08:22:18.680 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:18.680 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:18.680 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:18.680 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:18.680 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:18.680 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:18.680 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:18.680 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:18.680 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:18.680 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:18.680 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:18.681 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:18.681 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:18.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:18.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:18.743 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:18.743 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 08:22:18.743 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:22:19.743 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:19.751 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:22:20.752 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:20.752 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 08:22:20.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:20.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:20.757 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:20.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:20.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:20.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:20.758 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:20.758 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') 08:22:20.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:20.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:20.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:20.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:20.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:20.759 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:20.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:20.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:20.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:20.772 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:20.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:20.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:20.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:20.793 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:20.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:20.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:20.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:20.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:20.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:20.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:21.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:21.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:21.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:21.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:21.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:21.795 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:21.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:21.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:21.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:21.796 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 08:22:21.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:21.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:21.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:21.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:21.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:21.796 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:21.796 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:21.797 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:21.797 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:21.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:21.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:21.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:21.797 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:21.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:21.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:21.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:21.797 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:21.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:21.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:21.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:21.798 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:21.798 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:21.798 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:21.807 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:21.807 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:21.807 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:21.807 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:21.807 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:21.815 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:21.815 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:21.816 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:21.867 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:21.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:21.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:21.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:21.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:21.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:21.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:21.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:21.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:21.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@42962486 is found... 08:22:21.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@42962486 is found finished successfully 08:22:21.869 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') 08:22:21.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:21.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:21.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:21.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:21.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:21.871 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:21.872 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 08:22:21.872 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:21.881 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:21.886 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 08:22:21.886 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:21.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:21.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:21.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:21.887 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:21.887 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:21.887 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:21.887 DEBUG [main][MenuItemLookup] Item match:File 08:22:21.888 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:21.888 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:21.888 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:21.888 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:21.888 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:21.888 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:21.888 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:21.888 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:21.888 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:21.888 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:21.888 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:21.888 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:21.889 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:21.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:21.928 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:21.928 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 08:22:21.928 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:22:21.928 DEBUG [main][EditorHandler] 1 editor(s) found 08:22:21.928 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:22:22.021 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:22:22.021 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:22.021 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:22:22.021 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:22.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:22.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:22.021 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:22.021 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:22:22.021 INFO [WorkbenchTestable][RequirementsRunner] Started test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:22.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:22.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:22:22.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:22:22.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:22:22.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:22.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:22.022 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:22.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:22.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:22.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:22:22.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:22.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:22.024 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:22:22.024 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') 08:22:22.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:22.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:22.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:22.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:22.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:22.025 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:22.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:22.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:22.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:22:22.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:22:22.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:22:22.040 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:22.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:22.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:22.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:22.041 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:22.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:22.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:22.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:22.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:22.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:22.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:22.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:22.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:23.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:23.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:23.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:23.043 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:23.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:23.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:23.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:23.044 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 08:22:23.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:23.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:23.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:23.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:23.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:23.044 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:23.044 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:23.045 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:23.045 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:23.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:23.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:23.045 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:23.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:23.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:23.045 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:23.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:23.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:23.045 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:23.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:23.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:23.046 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:23.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:23.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:23.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:23.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:23.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:23.046 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:23.046 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:23.046 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:23.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:23.053 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:23.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:23.053 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:23.053 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:23.060 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:23.060 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:23.060 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:23.360 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:23.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:23.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:23.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:23.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:23.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:23.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:23.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:23.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:23.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22996a67 is found... 08:22:23.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22996a67 is found finished successfully 08:22:23.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') 08:22:23.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:23.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:23.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:23.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:23.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:23.368 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:23.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 08:22:23.369 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:23.369 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 08:22:23.369 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 08:22:23.390 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:23.390 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 08:22:23.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:23.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:23.393 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:23.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:23.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:23.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:23.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:23.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:23.394 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:23.394 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') 08:22:23.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:23.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:23.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:23.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:23.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:23.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:23.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:23.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:23.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:23.429 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:23.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:23.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:23.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:23.430 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:23.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:23.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:23.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:23.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:23.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:23.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:23.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:23.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:24.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:24.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:24.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:24.431 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:24.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:24.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:24.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:24.432 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 08:22:24.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:24.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:24.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:24.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:24.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:24.433 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:24.433 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:24.433 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:24.433 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:24.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:24.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:24.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:24.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:24.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:24.433 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:24.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:24.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:24.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:24.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:24.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:24.434 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:24.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:24.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:24.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:24.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:24.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:24.434 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:24.434 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:24.434 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:24.444 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:24.445 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:24.445 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:24.445 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:24.445 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:24.451 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:24.451 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:24.454 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:24.489 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:24.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:24.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:24.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:24.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:24.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:24.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:24.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:24.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:24.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@365dd58c is found... 08:22:24.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@365dd58c is found finished successfully 08:22:24.490 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') 08:22:24.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:24.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:24.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:24.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:24.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:24.492 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:24.492 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 08:22:24.492 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:24.607 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:24.607 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 08:22:24.607 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:24.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:24.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:24.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:24.607 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:24.608 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:24.609 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:24.609 DEBUG [main][MenuItemLookup] Item match:File 08:22:24.610 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:24.610 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:24.610 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:24.610 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:24.610 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:24.610 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:24.610 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:24.610 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:24.610 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:24.610 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:24.611 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:24.611 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:24.611 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:24.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:24.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:24.649 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:24.649 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 08:22:24.649 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:22:24.650 DEBUG [main][EditorHandler] 1 editor(s) found 08:22:24.650 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:22:24.772 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:22:24.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:24.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:22:24.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:24.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:24.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:24.773 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:24.773 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:22:24.773 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:24.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:24.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:22:24.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:22:24.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:22:24.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:24.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:24.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:24.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:24.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:24.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:22:24.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:24.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:24.776 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:22:24.776 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') 08:22:24.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:24.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:24.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:24.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:24.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:24.777 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:24.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:24.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:24.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:22:24.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:22:24.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:22:24.779 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:24.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:24.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:24.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:24.780 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:24.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:24.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:24.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:24.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:24.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:24.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:25.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:25.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:25.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:25.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:25.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:25.781 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:25.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:25.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:25.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:25.782 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 08:22:25.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:25.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:25.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:25.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:25.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:25.783 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:25.783 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:25.783 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:25.783 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:25.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:25.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:25.783 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:25.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:25.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:25.784 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:25.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:25.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:25.784 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:25.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:25.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:25.784 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:25.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:25.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:25.784 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:25.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:25.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:25.784 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:25.784 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:25.784 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:25.791 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:25.792 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:25.792 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:25.792 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:25.792 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:25.797 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:25.797 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:25.800 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:25.940 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:25.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:25.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:25.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:25.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:25.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:25.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:25.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:25.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:25.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:25.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11b13f2a is found... 08:22:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@11b13f2a is found finished successfully 08:22:25.959 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') 08:22:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:25.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:25.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:25.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:25.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:25.968 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:25.968 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 08:22:25.969 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19 08:22:25.969 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19, offser 0 08:22:25.974 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') 08:22:25.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:25.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:25.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:25.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:25.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:25.977 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:25.977 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 08:22:25.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:25.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:25.978 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:25.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:26.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:26.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:26.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:26.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:26.021 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:26.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 '\*?\QProject Explorer\E') 08:22:26.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:26.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:26.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:26.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:26.022 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:26.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:26.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:26.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:26.061 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:26.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:26.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:26.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:26.063 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:26.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:26.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:26.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:26.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:26.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:26.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:26.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:26.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:27.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:27.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:27.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:27.065 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:27.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:27.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:27.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:27.066 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 08:22:27.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:27.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:27.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:27.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:27.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:27.066 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:27.067 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:27.067 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:27.067 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:27.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:27.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:27.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:27.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:27.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:27.067 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:27.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:27.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:27.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:27.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:27.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:27.068 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:27.068 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:27.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:27.068 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:27.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:27.068 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:27.068 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:27.068 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:27.068 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:27.075 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:27.075 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:27.075 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:27.075 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:27.076 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:27.082 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:27.082 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:27.083 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:27.122 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:27.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:27.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:27.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:27.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:27.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:27.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:27.122 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:27.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:27.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3de4acb1 is found... 08:22:27.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3de4acb1 is found finished successfully 08:22:27.124 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') 08:22:27.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:27.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:27.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:27.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:27.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:27.126 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:27.126 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 08:22:27.126 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:27.142 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:27.143 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 08:22:27.143 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:27.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:27.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:27.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:27.157 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:27.157 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:27.157 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:27.157 DEBUG [main][MenuItemLookup] Item match:File 08:22:27.158 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:27.158 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:27.158 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:27.158 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:27.158 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:27.158 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:27.158 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:27.158 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:27.158 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:27.158 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:27.158 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:27.158 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:27.158 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:27.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:27.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:27.214 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:27.214 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 08:22:27.215 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:22:27.215 DEBUG [main][EditorHandler] 1 editor(s) found 08:22:27.215 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:22:27.328 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:22:27.328 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:27.328 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:22:27.328 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:27.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:27.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:27.329 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:27.329 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:22:27.329 INFO [WorkbenchTestable][RequirementsRunner] Started test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:27.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:27.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:22:27.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:22:27.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:22:27.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:27.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:27.331 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:27.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:27.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:27.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:22:27.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:27.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:27.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:22:27.333 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') 08:22:27.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:27.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:27.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:27.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:27.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:27.333 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:27.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:27.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:27.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:22:27.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:22:27.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:22:27.335 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:27.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:27.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:27.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:27.336 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:27.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:27.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:27.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:27.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:27.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:27.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:27.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:27.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:28.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:28.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:28.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:28.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:28.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:28.838 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:28.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:28.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:28.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:28.839 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 08:22:28.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:28.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:28.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:28.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:28.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:28.839 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:28.839 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:28.840 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:28.840 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:28.840 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:28.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:28.840 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:28.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:28.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:28.840 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:28.840 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:28.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:28.840 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:28.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:28.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:28.841 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:28.841 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:28.841 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:28.841 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:28.841 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:28.841 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:28.841 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:28.849 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:28.850 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:28.850 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:28.850 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:28.850 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:28.859 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:28.859 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:28.859 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:29.005 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:29.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:29.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:29.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:29.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:29.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:29.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:29.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:29.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:29.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:29.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2d62c346 is found... 08:22:29.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2d62c346 is found finished successfully 08:22:29.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') 08:22:29.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:29.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:29.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:29.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:29.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:29.022 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:29.022 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 08:22:29.022 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 0] 08:22:29.030 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0 08:22:29.030 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0, offser 0 08:22:29.037 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:29.037 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 08:22:29.038 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:29.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:29.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:29.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:29.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:29.038 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:29.038 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:29.038 DEBUG [main][MenuItemLookup] Item match:File 08:22:29.039 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:29.039 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:29.039 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:29.039 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:29.039 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:29.039 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:29.039 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:29.039 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:29.039 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:29.039 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:29.039 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:29.039 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:29.039 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:29.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:29.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:29.068 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:29.068 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 08:22:29.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:29.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:29.068 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:29.068 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:29.068 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:22:29.068 DEBUG [main][MenuItemLookup] Item match:Edit 08:22:29.069 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 08:22:29.069 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:22:29.069 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:29.069 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:22:29.069 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:22:29.069 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:22:29.069 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:22:29.069 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:22:29.069 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:29.069 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:22:29.069 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:22:29.069 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:29.070 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:22:29.070 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:22:29.070 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:29.070 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 08:22:29.070 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 08:22:29.070 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:22:30.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:30.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:30.071 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:30.071 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:30.071 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:22:30.071 DEBUG [main][MenuItemLookup] Item match:Edit 08:22:30.072 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 08:22:30.072 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:22:30.072 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:30.072 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:22:30.072 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:22:30.072 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:22:30.072 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:22:30.072 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:22:30.072 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:30.072 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:22:30.072 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:22:30.072 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:22:30.072 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:30.073 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:22:30.073 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:22:30.074 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:22:30.074 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 08:22:30.074 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:22:30.074 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 08:22:30.074 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 08:22:30.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:22:30.238 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 08:22:30.238 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:22:30.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:30.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:30.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:22:30.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:22:30.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:30.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:30.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:30.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:30.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:22:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:22:30.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:22:30.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:22:30.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:22:30.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:30.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:30.346 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:22:30.347 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:22:30.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:22:30.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:22:30.347 DEBUG [WorkbenchTestable][ContentAssistant] abstract 08:22:30.347 DEBUG [WorkbenchTestable][ContentAssistant] class 08:22:30.347 DEBUG [WorkbenchTestable][ContentAssistant] enum 08:22:30.347 DEBUG [WorkbenchTestable][ContentAssistant] final 08:22:30.347 DEBUG [WorkbenchTestable][ContentAssistant] import 08:22:30.347 DEBUG [WorkbenchTestable][ContentAssistant] interface 08:22:30.347 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 08:22:30.347 DEBUG [WorkbenchTestable][ContentAssistant] public 08:22:30.347 DEBUG [WorkbenchTestable][ContentAssistant] record 08:22:30.348 DEBUG [WorkbenchTestable][ContentAssistant] sealed 08:22:30.349 DEBUG [WorkbenchTestable][ContentAssistant] new - create new object 08:22:30.349 DEBUG [WorkbenchTestable][ContentAssistant] nls - non-externalized string marker 08:22:30.350 DEBUG [WorkbenchTestable][ContentAssistant] runnable - runnable 08:22:30.350 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch case expression 08:22:30.351 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch labeled expression 08:22:30.351 DEBUG [WorkbenchTestable][ContentAssistant] toarray - convert collection to array 08:22:30.351 DEBUG [WorkbenchTestable][ContentAssistant] Choose content assist proposal - enum 08:22:30.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:22:30.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:22:30.355 TRACE [main][WidgetHandler] Notify Table with event 13 08:22:30.355 TRACE [main][WidgetHandler] Wait for synchronization 08:22:30.355 TRACE [main][WidgetHandler] Notify Table with event 14 08:22:30.355 TRACE [main][WidgetHandler] Wait for synchronization 08:22:30.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:22:30.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:22:30.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:30.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:30.384 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:30.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:30.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:30.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:30.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:30.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:30.411 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:30.411 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') 08:22:30.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:30.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:30.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:30.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:30.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:30.412 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:30.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:30.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:30.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:30.446 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:30.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:30.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:30.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:30.447 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:30.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:30.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:30.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:30.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:30.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:30.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:30.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:31.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:31.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:31.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:31.448 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:31.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:31.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:31.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:31.449 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 08:22:31.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:31.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:31.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:31.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:31.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:31.450 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:31.450 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:31.450 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:31.450 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:31.450 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:31.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:31.450 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:31.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:31.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:31.450 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:31.450 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:31.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:31.450 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:31.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:31.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:31.451 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:31.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:31.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:31.451 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:31.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:31.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:31.451 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:31.451 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:31.451 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:31.456 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:31.457 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:31.457 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:31.459 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:31.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:31.464 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:31.464 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:31.464 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:31.497 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:31.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:31.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:31.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:31.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:31.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:31.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:31.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:31.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:31.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2cd5524c is found... 08:22:31.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2cd5524c is found finished successfully 08:22:31.498 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') 08:22:31.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:31.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:31.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:31.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:31.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:31.500 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:31.500 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 08:22:31.500 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:31.506 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:31.506 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 08:22:31.506 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:31.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:31.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:31.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:31.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:31.507 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:31.507 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:31.507 DEBUG [main][MenuItemLookup] Item match:File 08:22:31.507 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:31.508 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:31.508 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:31.508 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:31.508 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:31.508 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:31.508 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:31.508 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:31.508 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:31.508 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:31.525 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:31.525 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:31.525 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:31.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:31.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:31.537 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:31.537 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 08:22:31.537 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:22:31.537 DEBUG [main][EditorHandler] 1 editor(s) found 08:22:31.537 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:22:31.632 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:22:31.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:31.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:22:31.632 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:31.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:31.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:31.633 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:31.633 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:22:31.633 INFO [WorkbenchTestable][RequirementsRunner] Started test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:31.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:31.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:22:31.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:22:31.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:22:31.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:31.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:31.634 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:31.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:31.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:31.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:22:31.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:31.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:31.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:22:31.635 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') 08:22:31.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:31.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:31.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:31.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:31.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:31.636 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:31.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:31.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:31.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:22:31.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:22:31.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:22:31.638 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:31.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:31.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:31.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:31.639 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:31.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:31.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:31.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:31.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:31.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:31.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:32.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:32.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:32.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:32.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:32.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:32.640 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:32.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:32.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:32.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:32.642 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 08:22:32.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:32.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:32.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:32.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:32.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:32.642 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:32.642 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:32.643 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:32.643 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:32.643 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:32.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:32.643 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:32.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:32.643 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:32.643 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:32.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:32.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:32.644 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:32.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:32.644 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:32.644 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass1+.java of tree item test 08:22:32.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:32.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:32.644 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:32.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:32.644 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:32.644 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 08:22:32.644 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 08:22:32.645 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 08:22:32.656 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 08:22:32.657 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass1+.java 08:22:32.657 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 08:22:32.657 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 08:22:32.658 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 08:22:32.672 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 08:22:32.672 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:32.673 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:32.830 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:32.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:32.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:32.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:32.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:32.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:32.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:32.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:32.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:32.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:32.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@15844bc2 is found... 08:22:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@15844bc2 is found finished successfully 08:22:32.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 '\*?\QJavaClass1+.java\E') 08:22:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:32.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:32.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:32.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:32.841 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:32.841 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 08:22:32.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:32.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:32.852 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:32.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:32.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:32.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform 08:22:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:32.853 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform' 08:22:32.853 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') 08:22:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:32.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:32.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:32.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:32.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:32.854 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:32.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:32.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:32.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:32.895 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:32.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:32.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:32.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:32.896 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:32.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:32.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:32.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:32.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:32.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:32.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:33.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:33.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:33.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:33.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:33.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:33.898 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:33.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:33.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:33.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:33.899 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 08:22:33.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:33.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:33.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:33.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:33.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:33.899 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:33.899 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:33.900 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:33.900 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:33.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:33.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:33.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:33.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:33.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:33.900 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:33.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:33.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:33.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:33.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:33.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:33.900 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:33.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:33.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:33.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:33.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:33.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:33.901 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:33.901 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:33.901 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:33.911 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:33.911 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:33.911 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:33.912 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:33.912 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:33.919 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:33.919 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:33.920 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:34.053 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:34.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:34.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:34.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:34.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:34.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:34.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:34.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:34.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:34.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:34.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a60b91d is found... 08:22:34.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a60b91d is found finished successfully 08:22:34.062 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') 08:22:34.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:34.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:34.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:34.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:34.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:34.073 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:34.073 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 08:22:34.073 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:34.121 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:34.121 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 08:22:34.121 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:34.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:34.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:34.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:34.122 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:34.122 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:34.122 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:34.122 DEBUG [main][MenuItemLookup] Item match:File 08:22:34.123 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:34.123 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:34.123 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:34.123 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:34.123 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:34.123 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:34.123 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:34.123 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:34.123 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:34.123 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:34.124 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:34.124 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:34.124 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:34.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:34.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:34.162 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:34.163 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 08:22:34.163 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:22:34.163 DEBUG [main][EditorHandler] 2 editor(s) found 08:22:34.163 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass1+.java 08:22:34.230 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass1+.java is closed 08:22:34.230 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:22:34.289 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:22:34.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:34.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:22:34.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:34.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:34.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:34.290 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:34.290 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:22:34.290 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:34.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:34.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:22:34.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:22:34.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:22:34.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:34.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:34.291 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:34.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:34.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:34.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:22:34.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:34.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:34.292 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:22:34.292 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') 08:22:34.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:34.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:34.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:34.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:34.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:34.292 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:34.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:34.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:34.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:22:34.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:22:34.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:22:34.294 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:34.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:34.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:34.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:34.295 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:34.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:34.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:34.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:34.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:34.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:34.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:34.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:34.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:35.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:35.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:35.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:35.296 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:35.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:35.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:35.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:35.297 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 08:22:35.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:35.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:35.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:35.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:35.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:35.298 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:35.298 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:35.298 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:35.299 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:35.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:35.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:35.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:35.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:35.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:35.299 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:35.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:35.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:35.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:35.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:35.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:35.299 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:35.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:35.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:35.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:35.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:35.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:35.299 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:35.299 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:35.300 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:35.306 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:35.306 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:35.306 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:35.306 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:35.306 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:35.311 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:35.311 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:35.312 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:35.436 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:35.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:35.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:35.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:35.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:35.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:35.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:35.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:35.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:35.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:35.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@31be9d0c is found... 08:22:35.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@31be9d0c is found finished successfully 08:22:35.449 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') 08:22:35.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:35.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:35.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:35.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:35.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:35.451 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:35.451 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 08:22:35.451 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:35.451 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:35.651 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:35.855 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:35.855 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:36.055 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:36.260 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:36.260 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:36.460 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:36.663 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:36.663 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:36.863 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:37.066 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:22:37.066 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:22:37.266 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:22:38.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:38.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:38.277 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:38.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:38.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:38.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:38.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:38.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:38.278 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:38.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:22:38.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:38.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:38.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:38.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:38.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:38.279 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:38.279 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:38.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:38.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:38.312 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:38.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:38.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:38.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:38.312 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:38.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:38.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:38.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:38.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:38.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:38.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:38.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:38.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:39.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:39.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:39.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:39.314 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:39.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:39.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:39.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:39.315 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 08:22:39.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:39.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:39.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:39.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:39.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:39.315 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:39.315 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:39.316 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:39.316 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:39.316 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:39.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:39.316 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:39.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:39.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:39.317 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:39.317 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:39.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:39.317 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:39.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:39.317 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:39.317 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:39.317 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:39.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:39.317 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:39.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:39.317 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:39.317 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:39.317 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:39.318 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:39.327 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:39.327 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:39.327 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:39.327 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:39.327 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:39.335 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:39.335 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:39.335 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:39.372 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:39.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:39.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:39.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:39.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:39.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:39.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:39.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:39.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:39.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@377ffe45 is found... 08:22:39.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@377ffe45 is found finished successfully 08:22:39.374 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') 08:22:39.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:39.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:39.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:39.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:39.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:39.376 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:39.376 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 08:22:39.376 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:39.402 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:39.402 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 08:22:39.402 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:39.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:39.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:39.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:39.403 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:39.403 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:39.403 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:39.403 DEBUG [main][MenuItemLookup] Item match:File 08:22:39.403 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:39.404 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:39.404 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:39.404 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:39.404 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:39.404 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:39.404 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:39.404 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:39.404 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:39.404 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:39.404 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:39.404 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:39.404 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:39.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:39.439 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:39.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 08:22:39.439 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:22:39.439 DEBUG [main][EditorHandler] 1 editor(s) found 08:22:39.439 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:22:39.537 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:22:39.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:39.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:22:39.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:39.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:39.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:39.538 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:39.538 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:22:39.538 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:39.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:39.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:22:39.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:22:39.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:22:39.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:39.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:39.540 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:39.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:39.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:39.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:22:39.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:39.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:39.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:22:39.564 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') 08:22:39.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:39.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:39.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:39.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:39.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:39.565 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:39.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:39.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:39.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:22:39.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:22:39.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:22:39.568 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:39.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:39.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:39.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:39.569 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:39.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:39.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:39.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:39.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:39.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:39.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:40.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:40.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:40.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:40.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:40.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:40.571 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:40.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:40.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:40.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:40.572 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 08:22:40.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:40.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:40.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:40.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:40.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:40.573 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:40.573 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:40.573 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:40.573 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:40.573 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:40.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:40.573 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:40.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:40.573 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:40.573 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:40.573 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:40.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:40.574 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:40.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:40.574 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:40.574 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:40.574 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:40.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:40.574 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:40.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:40.574 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:40.574 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:40.574 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:40.574 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:40.581 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:40.581 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:40.581 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:40.581 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:40.581 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:40.586 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:40.586 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:40.586 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:40.716 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:40.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:40.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:40.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:40.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:40.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:40.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:40.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:40.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:40.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:40.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@927933 is found... 08:22:40.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@927933 is found finished successfully 08:22:40.732 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') 08:22:40.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:40.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:40.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:40.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:40.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:40.734 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:40.734 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 08:22:40.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:40.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:40.735 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:40.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:40.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:40.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:40.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:40.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:40.751 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:40.751 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') 08:22:40.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:40.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:40.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:40.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:40.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:40.751 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:40.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:40.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:40.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:40.779 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:40.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:40.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:40.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:40.780 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:40.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:40.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:40.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:40.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:40.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:40.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:41.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:41.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:41.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:41.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:41.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:41.782 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:41.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:41.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:41.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:41.783 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 08:22:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:41.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:41.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:41.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:41.783 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:41.784 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:41.784 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:41.784 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:41.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:41.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:41.784 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:41.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:41.785 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:41.785 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:41.785 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:41.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:41.785 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:41.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:41.785 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:41.785 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:41.785 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:41.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:41.785 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:41.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:41.785 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:41.785 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:41.785 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:41.785 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:41.793 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:41.794 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:41.794 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:41.794 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:41.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:41.799 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:41.799 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:41.799 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:41.832 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:41.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:41.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:41.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:41.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:41.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:41.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:41.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:41.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:41.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1fa5806d is found... 08:22:41.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1fa5806d is found finished successfully 08:22:41.833 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') 08:22:41.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:41.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:41.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:41.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:41.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:41.835 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:41.835 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 08:22:41.835 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:41.852 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:41.852 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 08:22:41.853 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:41.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:41.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:41.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:41.853 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:41.853 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:41.853 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:41.853 DEBUG [main][MenuItemLookup] Item match:File 08:22:41.854 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:41.854 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:41.854 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:41.854 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:41.854 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:41.854 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:41.854 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:41.854 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:41.854 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:41.854 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:41.855 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:41.855 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:41.855 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:41.884 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:41.884 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 08:22:41.884 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:22:41.884 DEBUG [main][EditorHandler] 1 editor(s) found 08:22:41.884 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:22:41.974 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:22:41.974 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:41.974 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:22:41.974 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:42.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:42.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:42.009 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:42.010 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:22:42.010 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:42.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:42.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:22:42.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:22:42.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:22:42.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:42.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:42.011 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:42.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:42.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:42.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:22:42.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:42.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:42.012 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:22:42.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:22:42.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:42.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:42.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:42.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:42.013 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:42.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:42.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:42.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:22:42.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:22:42.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:22:42.015 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:42.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:42.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:42.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:42.016 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:42.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:42.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:42.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:42.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:42.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:42.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:42.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:42.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:43.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:43.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:43.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:43.018 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:43.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:43.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:43.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:43.019 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 08:22:43.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:43.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:43.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:43.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:43.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:43.019 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:43.020 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:43.020 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:43.020 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:43.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:43.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:43.020 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:43.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:43.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:43.020 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:43.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:43.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:43.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:43.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:43.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:43.021 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:43.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:43.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:43.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:43.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:43.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:43.021 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:43.021 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:43.021 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:43.032 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:43.032 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:43.032 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:43.032 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:43.032 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:43.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:43.038 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:43.038 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:43.183 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:43.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:43.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:43.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:43.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:43.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:43.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:43.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:43.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:43.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:43.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ab63868 is found... 08:22:43.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ab63868 is found finished successfully 08:22:43.192 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') 08:22:43.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:43.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:43.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:43.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:43.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:43.194 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:43.194 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 08:22:43.197 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 08:22:43.197 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Open With' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Local History' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'References' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Run As' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Team' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Replace With' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:43.425 DEBUG [main][MenuItemLookup] Found menu:'Preferences...' 08:22:43.425 DEBUG [main][MenuItemLookup] Item match:Preferences... 08:22:43.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:43.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:43.426 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:43.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:43.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:43.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:43.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:43.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:43.428 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:43.428 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') 08:22:43.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:43.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:43.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:43.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:43.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:43.428 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:43.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:43.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:43.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:43.460 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:43.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:43.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:43.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:43.461 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:43.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:43.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:43.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:43.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:43.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:43.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:43.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:43.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:44.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:44.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:44.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:44.463 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:44.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:44.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:44.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:44.464 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 08:22:44.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:44.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:44.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:44.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:44.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:44.465 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:44.465 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:44.465 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:44.466 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:44.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:44.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:44.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:44.466 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:44.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:44.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:44.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:44.466 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:44.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:44.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:44.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:44.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:44.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:44.467 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:44.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:44.474 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:44.474 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:44.474 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:44.474 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:44.475 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:44.483 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:44.483 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:44.484 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:44.532 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:44.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:44.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:44.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:44.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:44.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:44.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:44.532 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:44.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:44.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d0a3b00 is found... 08:22:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d0a3b00 is found finished successfully 08:22:44.534 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') 08:22:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:44.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:44.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:44.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:44.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:44.537 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:44.537 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 08:22:44.537 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:44.554 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:44.555 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 08:22:44.555 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:44.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:44.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:44.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:44.555 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:44.555 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:44.555 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:44.556 DEBUG [main][MenuItemLookup] Item match:File 08:22:44.556 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:44.556 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:44.556 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:44.556 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:44.556 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:44.556 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:44.556 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:44.556 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:44.556 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:44.556 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:44.557 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:44.557 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:44.557 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:44.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:44.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:44.587 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:44.587 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 08:22:44.588 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:22:44.588 DEBUG [main][EditorHandler] 1 editor(s) found 08:22:44.588 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:22:44.728 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:22:44.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:44.728 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:22:44.728 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:44.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:44.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:44.729 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:44.729 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:22:44.729 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:44.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:44.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:22:44.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:22:44.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:22:44.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:44.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:44.730 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:44.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:44.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:44.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:22:44.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:44.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:44.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:22:44.732 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') 08:22:44.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:44.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:44.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:44.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:44.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:44.733 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:44.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:44.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:44.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:22:44.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:22:44.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:22:44.736 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:44.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:44.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:44.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:44.736 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:44.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:44.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:44.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:44.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:44.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:44.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:45.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:45.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:45.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:45.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:45.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:45.755 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:45.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:45.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:45.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:45.756 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 08:22:45.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:45.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:45.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:45.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:45.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:45.756 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:45.756 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:45.756 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:45.757 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:45.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:45.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:45.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:45.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:45.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:45.757 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:45.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:45.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:45.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:45.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:45.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:45.757 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:45.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:45.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:45.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:45.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:45.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:45.758 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:45.758 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:45.758 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:45.765 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:45.766 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:45.766 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:45.766 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:45.766 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:45.773 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:45.773 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:45.773 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:45.892 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:45.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:45.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:45.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:45.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:45.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:45.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:45.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:45.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:45.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:45.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62ad8bec is found... 08:22:45.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62ad8bec is found finished successfully 08:22:45.897 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') 08:22:45.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:45.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:45.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:45.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:45.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:45.908 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:45.908 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 08:22:45.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:45.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:45.908 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:45.908 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:45.908 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:22:45.908 DEBUG [main][MenuItemLookup] Item match:Edit 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:45.909 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:22:45.909 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:22:45.909 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:45.910 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 08:22:45.910 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 08:22:45.910 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:22:46.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:46.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:46.910 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:46.910 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:46.910 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:22:46.910 DEBUG [main][MenuItemLookup] Item match:Edit 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:46.911 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:22:46.911 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:22:46.912 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:22:46.912 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 08:22:46.912 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:22:46.912 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 08:22:46.912 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 08:22:46.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:22:46.935 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 08:22:46.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:22:46.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:46.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:46.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:22:46.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:22:46.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:46.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:46.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:46.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:46.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:22:46.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:22:46.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:22:46.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:22:46.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:22:46.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:46.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:46.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:46.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:46.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:46.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 08:22:46.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:22:46.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:46.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:46.945 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") 08:22:46.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:46.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:46.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:47.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:47.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:47.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:47.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:47.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:22:47.949 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:22:47.949 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:22:47.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:22:47.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:22:48.472 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 08:22:48.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:48.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:48.473 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:48.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:48.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:48.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:48.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:48.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:48.474 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:48.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 '\*?\QProject Explorer\E') 08:22:48.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:48.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:48.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:48.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:48.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:48.475 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:48.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:48.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:48.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:48.504 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:48.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:48.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:48.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:48.505 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:48.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:48.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:48.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:48.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:48.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:48.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:49.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:49.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:49.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:49.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:49.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:49.507 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:49.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:49.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:49.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:49.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 08:22:49.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:49.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:49.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:49.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:49.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:49.509 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:49.509 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:49.510 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:49.511 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:49.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:49.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:49.511 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:49.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:49.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:49.511 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:49.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:49.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:49.512 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:49.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:49.512 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:49.512 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:49.512 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:49.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:49.512 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:49.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:49.512 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:49.512 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:49.512 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:49.513 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:49.529 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:49.530 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:49.530 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:49.530 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:49.530 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:49.537 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:49.537 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:49.538 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:49.574 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:49.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:49.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:49.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:49.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:49.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:49.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:49.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:49.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:49.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6ac07a2b is found... 08:22:49.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6ac07a2b is found finished successfully 08:22:49.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') 08:22:49.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:49.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:49.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:49.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:49.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:49.579 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:49.579 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 08:22:49.579 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:49.596 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:49.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 08:22:49.596 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:49.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:49.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:49.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:49.597 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:49.597 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:49.597 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:49.597 DEBUG [main][MenuItemLookup] Item match:File 08:22:49.598 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:49.598 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:49.598 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:49.598 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:49.598 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:49.598 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:49.598 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:49.598 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:49.598 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:49.598 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:49.613 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:49.613 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:49.613 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:49.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:49.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:49.648 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:49.648 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 08:22:49.648 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:22:49.648 DEBUG [main][EditorHandler] 1 editor(s) found 08:22:49.648 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:22:49.762 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:22:49.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:49.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:22:49.762 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:49.762 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:49.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:22:49.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:49.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:49.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:22:49.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:22:49.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:22:49.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:49.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:49.764 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:49.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:49.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:49.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:22:49.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:49.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:49.768 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:22:49.768 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') 08:22:49.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:49.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:49.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:49.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:49.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:49.769 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:49.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:49.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:49.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:22:49.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:22:49.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:22:49.772 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:49.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:49.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:49.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:49.772 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:49.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:49.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:49.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:49.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:49.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:49.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:50.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:50.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:50.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:50.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:50.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:50.774 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:50.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:50.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:50.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:50.775 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 08:22:50.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:50.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:50.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:50.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:50.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:50.775 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:50.775 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:50.776 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:50.776 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:50.776 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:50.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:50.776 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:50.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:50.776 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:50.776 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:50.776 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:50.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:50.776 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:50.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:50.776 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:50.776 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:50.776 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:50.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:50.776 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:50.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:50.776 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:50.777 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:50.777 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:50.777 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:50.785 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:50.785 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:50.785 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:50.785 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:50.785 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:50.790 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:50.790 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:50.790 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:50.906 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:50.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:50.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:50.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:50.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:50.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:50.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:50.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:50.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:50.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:50.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4869bcc is found... 08:22:50.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4869bcc is found finished successfully 08:22:50.912 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') 08:22:50.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:50.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:50.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:50.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:50.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:50.923 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:50.924 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 08:22:50.924 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 { 08:22:50.934 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:50.934 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 08:22:50.934 INFO [WorkbenchTestable][AbstractEditor] Open editor's quick fix assistant 08:22:50.934 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:22:51.935 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:22:51.935 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:22:52.135 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 08:22:53.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:22:53.149 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 08:22:53.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:22:53.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:53.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:53.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:22:53.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:22:53.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:53.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:53.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:53.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:53.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:54.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:54.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:22:54.161 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was not found 08:22:54.161 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 08:22:54.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:22:54.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:54.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:54.166 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:22:54.166 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:22:54.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:54.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:54.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:54.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:54.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:22:54.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:22:54.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:22:54.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:22:54.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:22:54.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:54.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:54.167 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:22:54.167 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:22:54.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:22:54.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:22:54.167 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 08:22:54.167 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 08:22:54.167 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 08:22:54.167 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:22:54.167 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:22:54.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:22:54.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:22:54.167 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 08:22:54.167 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 08:22:54.167 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 08:22:54.167 INFO [WorkbenchTestable][AbstractShell] Close shell 08:22:54.167 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:22:54.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:22:54.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:22:54.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:54.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:54.190 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:54.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:54.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:54.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:54.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:54.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:54.191 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:54.191 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') 08:22:54.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:54.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:54.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:54.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:54.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:54.191 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:54.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:54.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:54.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:54.226 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:54.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:54.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:54.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:54.227 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:54.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:54.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:54.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:54.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:54.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:54.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:54.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:55.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:55.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:55.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:55.228 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:55.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:55.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:55.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:55.229 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 08:22:55.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:55.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:55.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:55.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:55.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:55.229 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:55.229 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:55.230 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:55.230 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:55.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:55.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:55.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:55.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:55.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:55.230 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:55.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:55.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:55.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:55.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:55.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:55.230 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:55.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:55.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:55.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:55.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:55.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:55.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:55.231 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:55.231 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:55.236 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:55.236 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:55.236 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:55.236 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:55.236 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:55.241 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:55.241 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:55.241 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:55.283 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:55.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:55.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:55.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:55.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:55.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:55.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:55.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:55.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:55.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d5a2861 is found... 08:22:55.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d5a2861 is found finished successfully 08:22:55.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 '\*?\QJavaClass.java\E') 08:22:55.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:55.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:55.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:55.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:55.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:55.287 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:55.287 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 08:22:55.287 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:22:55.311 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:55.311 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 08:22:55.312 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:22:55.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:55.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:55.312 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:55.312 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:55.312 DEBUG [main][MenuItemLookup] Found menu:'File' 08:22:55.312 DEBUG [main][MenuItemLookup] Item match:File 08:22:55.313 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:22:55.313 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:22:55.313 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:22:55.313 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:22:55.313 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:55.313 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:22:55.313 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:22:55.313 DEBUG [main][MenuItemLookup] Found menu:'' 08:22:55.313 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:22:55.313 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:22:55.313 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:22:55.313 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:22:55.313 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:22:55.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:22:55.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:22:55.351 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:55.351 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 08:22:55.351 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:22:55.352 DEBUG [main][EditorHandler] 1 editor(s) found 08:22:55.352 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:22:55.449 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:22:55.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:55.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:22:55.449 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:22:55.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:22:55.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:22:55.449 INFO [WorkbenchTestable][RequirementsRunner] Finished test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:55.450 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:22:55.450 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:22:55.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:22:55.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:22:55.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:22:55.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:22:55.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:55.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:55.451 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:55.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:55.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:55.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:22:55.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:55.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:55.453 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:22:55.453 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') 08:22:55.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:55.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:55.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:55.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:55.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:55.453 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:55.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:55.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:55.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:22:55.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:22:55.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:22:55.456 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:55.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:55.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:55.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:55.456 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:55.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:55.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:55.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:55.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:55.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:55.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:55.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:55.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:56.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:56.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:56.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:22:56.458 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:56.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:56.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:56.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:56.459 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 08:22:56.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:56.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:56.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:56.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:56.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:22:56.459 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:22:56.460 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:22:56.460 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:22:56.460 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:22:56.460 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:22:56.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:56.460 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:22:56.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:56.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:22:56.461 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:22:56.461 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:22:56.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:56.461 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:22:56.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:56.461 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:22:56.461 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:22:56.461 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:22:56.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:22:56.461 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:22:56.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:22:56.461 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:22:56.461 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:56.461 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:56.461 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:56.467 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:56.468 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:22:56.468 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:22:56.468 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:22:56.468 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:22:56.472 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:22:56.472 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:22:56.472 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:22:56.601 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:22:56.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:22:56.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:22:56.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:22:56.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:22:56.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:22:56.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:22:56.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:22:56.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:22:56.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:22:56.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4db284fd is found... 08:22:56.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4db284fd is found finished successfully 08:22:56.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:22:56.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:56.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:56.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:56.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:56.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:56.633 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:56.633 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 08:22:56.633 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:56.633 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:56.833 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:57.041 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:57.041 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:57.241 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:57.444 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:57.444 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:57.645 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:57.848 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:22:57.848 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:22:58.048 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:22:58.253 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:22:58.253 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:22:58.453 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:22:59.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:59.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:59.457 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:22:59.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:59.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:59.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:22:59.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:22:59.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:22:59.458 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:22:59.458 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') 08:22:59.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:59.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:59.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:22:59.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:22:59.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:22:59.459 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:59.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:59.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:59.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:59.490 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:59.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:59.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:59.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:59.491 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:22:59.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:22:59.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:22:59.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:22:59.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:22:59.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:59.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:22:59.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:22:59.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:00.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:00.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:00.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:00.492 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:00.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:00.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:00.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:00.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 08:23:00.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:00.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:00.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:00.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:00.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:00.494 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:00.494 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:00.494 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:00.494 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:00.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:00.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:00.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:00.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:00.494 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:00.494 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:00.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:00.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:00.494 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:00.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:00.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:00.495 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:00.495 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:00.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:00.495 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:00.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:00.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:00.495 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:00.495 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:00.495 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:00.502 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:00.503 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:00.503 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:00.503 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:00.503 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:00.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:00.507 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:00.507 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:00.540 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:00.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:00.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:00.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:00.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:00.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:00.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:00.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:00.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:00.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@60cff0c4 is found... 08:23:00.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@60cff0c4 is found finished successfully 08:23:00.542 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') 08:23:00.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:00.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:00.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:00.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:00.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:00.544 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:00.544 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 08:23:00.544 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:00.563 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:00.563 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 08:23:00.563 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:00.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:00.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:00.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:00.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:00.564 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:00.564 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:00.564 DEBUG [main][MenuItemLookup] Item match:File 08:23:00.565 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:00.565 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:00.565 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:00.565 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:00.565 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:00.565 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:00.565 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:00.565 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:00.565 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:00.565 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:00.565 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:00.565 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:00.565 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:00.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:00.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:00.595 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:00.595 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 08:23:00.595 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:23:00.595 DEBUG [main][EditorHandler] 1 editor(s) found 08:23:00.595 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:23:00.670 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:23:00.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:00.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:23:00.670 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:23:00.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:00.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:00.670 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:00.670 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:23:00.671 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:00.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:00.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:23:00.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:23:00.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:23:00.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:00.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:00.672 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:00.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:00.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:00.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:23:00.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:00.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:00.673 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:23:00.673 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') 08:23:00.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:00.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:00.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:00.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:00.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:00.673 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:00.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:00.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:00.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:23:00.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:23:00.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:23:00.675 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:00.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:00.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:00.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:00.676 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:00.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:00.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:00.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:00.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:00.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:00.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:01.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:01.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:01.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:01.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:01.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:01.678 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:01.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:01.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:01.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:01.678 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 08:23:01.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:01.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:01.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:01.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:01.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:01.679 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:01.679 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:01.679 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:01.679 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:01.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:01.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:01.680 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:01.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:01.680 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:01.680 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:01.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:01.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:01.680 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:01.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:01.680 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:01.680 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:01.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:01.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:01.680 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:01.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:01.680 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:01.680 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:01.680 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:01.680 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:01.687 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:01.688 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:01.688 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:01.688 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:01.688 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:01.701 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:01.701 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:01.701 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:01.817 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:01.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:01.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:01.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:01.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:01.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:23:01.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:01.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:01.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:01.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:01.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d238ccc is found... 08:23:01.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d238ccc is found finished successfully 08:23:01.832 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') 08:23:01.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:01.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:01.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:01.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:01.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:01.835 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:01.835 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 08:23:01.835 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:23:01.835 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:23:02.035 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:23:02.238 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:23:02.238 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:23:02.438 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:23:02.642 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:23:02.642 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:23:02.843 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:23:03.045 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:23:03.045 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:23:03.245 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:23:03.449 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:23:03.449 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:23:03.649 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:23:04.650 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 { 08:23:04.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:04.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:04.661 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:04.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:04.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:04.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:04.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:04.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:04.663 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:04.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') 08:23:04.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:04.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:04.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:04.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:04.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:04.663 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:04.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:04.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:04.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:04.692 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:04.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:04.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:04.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:04.693 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:04.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:04.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:04.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:04.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:04.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:04.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:05.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:05.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:05.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:05.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:05.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:05.695 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:05.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:05.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:05.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:05.696 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 08:23:05.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:05.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:05.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:05.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:05.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:05.696 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:05.696 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:05.697 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:05.697 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:05.697 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:05.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:05.697 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:05.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:05.697 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:05.697 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:05.697 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:05.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:05.697 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:05.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:05.697 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:05.697 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:05.697 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:05.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:05.697 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:05.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:05.697 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:05.698 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:05.698 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:05.698 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:05.704 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:05.705 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:05.705 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:05.705 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:05.705 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:05.710 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:05.710 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:05.710 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:05.749 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:05.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:05.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:05.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:05.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:05.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:05.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:05.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:05.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:05.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@56380962 is found... 08:23:05.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@56380962 is found finished successfully 08:23:05.751 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') 08:23:05.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:05.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:05.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:05.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:05.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:05.753 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:05.753 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 08:23:05.753 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:05.766 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:05.766 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 08:23:05.766 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:05.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:05.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:05.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:05.767 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:05.767 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:05.767 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:05.767 DEBUG [main][MenuItemLookup] Item match:File 08:23:05.767 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:05.767 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:05.767 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:05.767 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:05.767 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:05.767 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:05.767 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:05.768 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:05.768 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:05.768 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:05.768 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:05.768 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:05.768 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:05.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:05.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:05.794 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:05.795 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 08:23:05.795 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:23:05.795 DEBUG [main][EditorHandler] 1 editor(s) found 08:23:05.795 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:23:05.862 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:23:05.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:05.862 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:23:05.862 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:23:05.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:05.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:05.862 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:05.862 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:23:05.862 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:05.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:05.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:23:05.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:23:05.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:23:05.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:05.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:05.863 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:05.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:05.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:05.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:23:05.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:05.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:05.864 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:23:05.864 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') 08:23:05.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:05.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:05.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:05.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:05.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:05.865 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:05.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:05.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:05.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:23:05.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:23:05.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:23:05.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:05.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:05.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:05.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:05.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:05.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:05.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:05.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:05.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:05.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:05.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:06.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:06.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:06.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:06.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:07.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:07.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:07.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:07.369 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:07.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:07.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:07.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:07.370 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 08:23:07.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:07.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:07.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:07.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:07.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:07.370 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:07.370 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:07.371 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:07.371 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:07.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:07.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:07.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:07.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:07.371 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:07.371 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:07.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:07.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:07.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:07.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:07.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:07.372 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:07.372 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:07.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:07.372 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:07.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:07.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:07.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:07.372 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:07.372 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:07.380 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:07.380 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:07.380 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:07.381 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:07.381 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:07.386 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:07.386 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:07.387 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:07.514 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:07.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:07.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:07.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:07.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:07.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:23:07.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:07.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:07.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:07.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:07.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@53b5acf is found... 08:23:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@53b5acf is found finished successfully 08:23:07.529 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') 08:23:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:07.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:07.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:07.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:07.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:07.531 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:07.531 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 08:23:07.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:07.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:07.533 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:07.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:07.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:07.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:07.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:07.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:07.534 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:07.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 '\*?\QProject Explorer\E') 08:23:07.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:07.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:07.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:07.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:07.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:07.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:07.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:07.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:07.564 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:07.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:07.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:07.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:07.564 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:07.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:07.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:07.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:07.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:07.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:07.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:08.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:08.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:08.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:08.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:08.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:08.566 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:08.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:08.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:08.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:08.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 08:23:08.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:08.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:08.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:08.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:08.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:08.568 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:08.568 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:08.568 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:08.569 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:08.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:08.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:08.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:08.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:08.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:08.569 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:08.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:08.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:08.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:08.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:08.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:08.569 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:08.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:08.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:08.570 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:08.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:08.570 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:08.570 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:08.570 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:08.570 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:08.577 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:08.578 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:08.578 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:08.578 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:08.578 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:08.587 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:08.587 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:08.588 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:08.623 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:08.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:08.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:08.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:08.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:08.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:08.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:08.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:08.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:08.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1aedc37c is found... 08:23:08.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1aedc37c is found finished successfully 08:23:08.625 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') 08:23:08.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:08.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:08.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:08.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:08.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:08.627 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:08.627 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 08:23:08.627 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:08.645 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:08.645 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 08:23:08.645 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:08.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:08.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:08.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:08.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:08.646 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:08.646 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:08.646 DEBUG [main][MenuItemLookup] Item match:File 08:23:08.647 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:08.647 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:08.647 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:08.647 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:08.647 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:08.647 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:08.647 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:08.647 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:08.647 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:08.647 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:08.647 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:08.647 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:08.647 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:08.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:08.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:08.677 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:08.677 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 08:23:08.677 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:23:08.677 DEBUG [main][EditorHandler] 1 editor(s) found 08:23:08.677 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:23:08.751 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:23:08.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:08.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:23:08.751 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:23:08.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:08.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:08.768 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:08.768 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:23:08.768 INFO [WorkbenchTestable][RequirementsRunner] Started test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:08.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:08.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:23:08.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:23:08.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:23:08.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:08.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:08.769 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:08.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:08.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:08.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:23:08.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:08.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:08.770 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:23:08.770 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') 08:23:08.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:08.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:08.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:08.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:08.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:08.771 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:08.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:08.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:08.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:23:08.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:23:08.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:23:08.822 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:08.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:08.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:08.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:08.823 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:08.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:08.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:08.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:08.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:08.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:08.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:09.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:09.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:09.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:09.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:09.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:09.825 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:09.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:09.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:09.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:09.825 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 08:23:09.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:09.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:09.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:09.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:09.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:09.826 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:09.826 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:09.826 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:09.827 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:09.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:09.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:09.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:09.827 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:09.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:09.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:09.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:09.827 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:09.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:09.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:09.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:09.828 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:09.828 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:09.828 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:09.836 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:09.836 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:09.836 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:09.836 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:09.836 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:09.845 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:09.845 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:09.845 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:09.972 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:09.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:09.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:09.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:09.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:09.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:23:09.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:09.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:09.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:09.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:09.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1ba97901 is found... 08:23:09.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1ba97901 is found finished successfully 08:23:09.978 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') 08:23:09.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:09.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:09.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:09.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:09.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:09.981 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:09.994 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 08:23:09.994 INFO [WorkbenchTestable][TextEditor] Set cursor position to [12, 0] 08:23:10.010 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:10.010 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 08:23:10.010 INFO [WorkbenchTestable][AbstractEditor] Open editor's Java Proposals content assistant 08:23:10.010 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:23:11.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:11.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:11.010 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:11.010 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:11.010 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:23:11.010 DEBUG [main][MenuItemLookup] Item match:Edit 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:23:11.011 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:11.012 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:23:11.012 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:23:11.012 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:11.012 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:23:11.012 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:11.012 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:23:11.012 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:11.012 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:23:11.012 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:23:11.012 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:23:11.012 DEBUG [main][MenuItemLookup] Found menu:'Java Type Proposals' 08:23:11.012 DEBUG [main][MenuItemLookup] Found menu:'Java Non-Type Proposals' 08:23:11.012 DEBUG [main][MenuItemLookup] Found menu:'Java Proposals' 08:23:11.012 DEBUG [main][MenuItemLookup] Item match:Java Proposals 08:23:11.013 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 08:23:11.013 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Java Proposals 08:23:11.013 INFO [main][MenuItemHandler] Select menu item: J&ava Proposals 08:23:11.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:23:11.044 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 08:23:11.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:23:11.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:11.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:11.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:23:11.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:23:11.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:11.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:11.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:11.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:11.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:23:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:23:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:23:11.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:23:11.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:23:11.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:11.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:11.064 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:23:11.064 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:23:11.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:23:11.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:23:11.064 DEBUG [WorkbenchTestable][ContentAssistant] abstract 08:23:11.064 DEBUG [WorkbenchTestable][ContentAssistant] class 08:23:11.064 DEBUG [WorkbenchTestable][ContentAssistant] enum 08:23:11.064 DEBUG [WorkbenchTestable][ContentAssistant] final 08:23:11.064 DEBUG [WorkbenchTestable][ContentAssistant] import 08:23:11.064 DEBUG [WorkbenchTestable][ContentAssistant] interface 08:23:11.064 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 08:23:11.064 DEBUG [WorkbenchTestable][ContentAssistant] public 08:23:11.064 DEBUG [WorkbenchTestable][ContentAssistant] record 08:23:11.064 DEBUG [WorkbenchTestable][ContentAssistant] sealed 08:23:11.064 INFO [WorkbenchTestable][AbstractShell] Close shell 08:23:11.064 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:23:11.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:23:11.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:23:11.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:11.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:11.078 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:11.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:11.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:11.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:11.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:11.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:11.079 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:11.079 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') 08:23:11.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:11.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:11.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:11.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:11.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:11.080 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:11.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:11.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:11.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:11.109 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:11.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:11.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:11.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:11.109 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:11.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:11.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:11.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:11.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:11.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:11.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:11.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:11.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:12.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:12.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:12.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:12.111 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:12.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:12.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:12.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:12.112 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 08:23:12.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:12.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:12.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:12.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:12.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:12.113 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:12.113 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:12.113 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:12.114 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:12.114 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:12.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:12.114 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:12.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:12.114 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:12.114 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:12.114 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:12.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:12.115 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:12.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:12.115 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:12.115 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:12.115 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:12.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:12.115 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:12.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:12.115 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:12.115 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:12.115 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:12.115 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:12.122 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:12.122 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:12.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:12.122 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:12.123 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:12.130 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:12.130 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:12.130 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:12.175 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:12.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:12.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:12.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:12.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:12.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:12.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:12.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:12.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:12.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@dcc000f is found... 08:23:12.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@dcc000f is found finished successfully 08:23:12.177 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') 08:23:12.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:12.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:12.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:12.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:12.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:12.180 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:12.180 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 08:23:12.180 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:12.191 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:12.196 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 08:23:12.196 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:12.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:12.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:12.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:12.197 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:12.197 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:12.197 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:12.197 DEBUG [main][MenuItemLookup] Item match:File 08:23:12.198 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:12.198 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:12.198 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:12.198 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:12.198 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:12.198 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:12.198 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:12.198 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:12.198 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:12.198 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:12.198 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:12.198 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:12.198 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:12.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:12.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:12.239 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:12.239 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 08:23:12.239 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:23:12.239 DEBUG [main][EditorHandler] 1 editor(s) found 08:23:12.239 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:23:12.355 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:23:12.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:12.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:23:12.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:23:12.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:12.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:12.355 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:12.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:23:12.356 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:12.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:12.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:23:12.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:23:12.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:23:12.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:12.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:12.357 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:12.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:12.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:12.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:23:12.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:12.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:12.358 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:23:12.359 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') 08:23:12.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:12.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:12.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:12.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:12.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:12.359 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:12.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:12.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:12.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:23:12.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:23:12.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:23:12.361 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:12.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:12.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:12.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:12.362 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:12.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:12.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:12.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:12.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:12.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:12.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:12.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:12.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:13.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:13.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:13.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:13.363 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:13.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:13.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:13.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:13.364 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 08:23:13.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:13.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:13.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:13.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:13.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:13.365 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:13.365 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:13.365 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:13.365 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:13.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:13.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:13.365 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:13.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:13.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:13.366 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:13.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:13.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:13.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:13.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:13.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:13.366 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:13.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:13.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:13.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:13.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:13.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:13.366 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:13.366 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:13.366 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:13.372 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:13.372 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:13.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:13.372 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:13.373 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:13.376 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:13.376 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:13.377 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:13.481 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:13.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:13.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:13.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:13.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:13.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:23:13.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:13.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:13.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:13.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:13.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@52fede5b is found... 08:23:13.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@52fede5b is found finished successfully 08:23:13.486 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') 08:23:13.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:13.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:13.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:13.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:13.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:13.488 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:13.488 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 08:23:13.488 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 14, offser 22 08:23:13.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 '\*?\QJavaClass.java\E') 08:23:13.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:13.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:13.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:13.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:13.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:13.505 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:13.505 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 08:23:13.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:13.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:13.506 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:13.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:13.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:13.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:13.514 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:13.514 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') 08:23:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:13.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:13.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:13.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:13.515 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:13.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:13.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:13.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:13.545 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:13.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:13.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:13.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:13.546 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:13.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:13.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:13.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:13.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:13.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:13.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:14.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:14.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:14.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:14.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:14.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:14.547 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:14.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:14.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:14.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:14.548 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 08:23:14.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:14.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:14.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:14.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:14.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:14.549 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:14.549 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:14.549 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:14.549 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:14.549 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:14.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:14.549 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:14.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:14.549 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:14.549 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:14.549 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:14.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:14.549 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:14.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:14.549 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:14.549 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:14.550 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:14.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:14.550 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:14.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:14.550 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:14.550 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:14.550 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:14.550 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:14.557 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:14.557 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:14.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:14.557 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:14.558 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:14.562 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:14.562 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:14.562 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:14.601 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:14.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:14.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:14.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:14.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:14.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:14.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:14.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:14.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:14.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@26fc015b is found... 08:23:14.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@26fc015b is found finished successfully 08:23:14.602 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') 08:23:14.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:14.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:14.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:14.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:14.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:14.604 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:14.604 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 08:23:14.604 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:14.619 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:14.619 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 08:23:14.619 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:14.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:14.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:14.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:14.619 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:14.619 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:14.619 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:14.620 DEBUG [main][MenuItemLookup] Item match:File 08:23:14.620 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:14.620 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:14.620 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:14.620 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:14.620 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:14.620 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:14.620 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:14.620 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:14.620 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:14.620 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:14.621 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:14.621 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:14.621 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:14.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:14.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:14.650 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:14.650 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 08:23:14.650 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:23:14.650 DEBUG [main][EditorHandler] 1 editor(s) found 08:23:14.650 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:23:14.739 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:23:14.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:14.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:23:14.739 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:23:14.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:14.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:14.740 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:14.740 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:23:14.740 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:14.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:14.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:23:14.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:23:14.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:23:14.740 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'] 08:23:14.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:23:14.740 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'] 08:23:14.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:23:14.740 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"] 08:23:14.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:23:14.740 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'] 08:23:14.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:23:14.740 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'] 08:23:14.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:23:14.740 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'] 08:23:14.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:23:14.741 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"] 08:23:14.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:23:14.741 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'] 08:23:14.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:23:14.741 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'] 08:23:14.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:23:14.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:23:14.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:14.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:14.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:23:14.741 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:23:14.741 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:14.742 DEBUG [main][MenuItemLookup] Item match:File 08:23:14.742 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:14.742 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:23:14.744 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:23:14.744 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:14.744 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:23:14.744 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:14.744 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:23:14.744 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:14.744 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:23:14.744 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:23:14.744 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:23:14.744 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:23:14.744 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:23:14.824 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.... 08:23:14.829 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 08:23:14.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:23:14.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:14.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:14.831 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:23:14.831 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:23:14.831 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 08:23:14.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:14.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:14.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:14.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:14.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:23:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:23:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:23:14.832 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:23:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:14.832 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:23:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:14.832 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:23:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:23:14.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:23:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:14.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:23:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:14.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:23:14.833 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:23:14.833 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:23:14.833 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:23:14.833 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:23:14.833 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:23:14.833 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:23:14.833 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) 08:23:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:14.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:14.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:14.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:14.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:23:14.834 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:23:14.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:23:14.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:23:14.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:23:14.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:23:14.869 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'] 08:23:14.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:23:14.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:23:14.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:23:14.869 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 08:23:14.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:23:14.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:14.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:14.870 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:23:14.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:23:14.870 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:") 08:23:14.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:14.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:14.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:14.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:14.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:23:14.872 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:23:14.873 INFO [WorkbenchTestable][AbstractText] Text set to: textEditor.txt 08:23:14.873 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:") 08:23:14.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:14.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:14.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:14.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:14.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:23:14.875 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:23:14.875 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 08:23:14.875 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:23:14.875 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:23:14.876 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) 08:23:14.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:14.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:14.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:14.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:14.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:23:14.882 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:23:14.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:23:14.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:23:14.882 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:23:14.882 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:23:14.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:23:15.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:23:15.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:15.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 08:23:15.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:23:15.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:23:15.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:15.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:15.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:15.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:15.388 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') 08:23:15.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:15.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:15.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:15.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:15.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:15.390 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:15.390 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 08:23:15.395 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:15.395 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 08:23:15.395 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:15.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testProject/textEditor.txt - Eclipse Platform 08:23:15.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:15.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:15.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testProject/textEditor.txt - Eclipse Platform' 08:23:15.395 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testProject/textEditor.txt - Eclipse Platform' 08:23:15.396 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:15.396 DEBUG [main][MenuItemLookup] Item match:File 08:23:15.396 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:15.396 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:15.396 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:15.396 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:15.396 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:15.396 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:15.396 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:15.396 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:15.396 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:15.396 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:15.397 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:15.397 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:15.397 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:15.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:15.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:15.418 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:15.418 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 08:23:15.418 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:15.419 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 08:23:15.419 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 08:23:15.419 DEBUG [WorkbenchTestable][EditorHandler] Closing editor textEditor.txt 08:23:15.461 DEBUG [WorkbenchTestable][EditorHandler] Editor textEditor.txt is closed 08:23:15.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:15.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:15.462 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:15.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:15.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:15.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:23:15.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:15.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:15.463 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:23:15.463 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') 08:23:15.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:15.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:15.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:15.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:15.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:15.464 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:15.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:15.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:15.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:23:15.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:23:15.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:23:15.466 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:15.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:15.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:15.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:15.466 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:15.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:15.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:15.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:15.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:15.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:15.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:15.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:15.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:16.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:16.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:16.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:16.468 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:16.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:16.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:16.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:16.469 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 08:23:16.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:16.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:16.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:16.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:16.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:16.469 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:16.469 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:16.469 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:16.470 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:16.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:16.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:16.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:16.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:16.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:16.470 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:16.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:16.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:16.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:16.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:16.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:16.470 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:16.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:16.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:16.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:16.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:16.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:16.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:16.470 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:16.470 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:16.480 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:16.481 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:16.481 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:16.481 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:16.481 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:16.486 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:16.486 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:16.486 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:16.599 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:16.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:16.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:16.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:16.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:16.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:23:16.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:16.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:16.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:16.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:16.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@38da11b is found... 08:23:16.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@38da11b is found finished successfully 08:23:16.605 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') 08:23:16.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:16.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:16.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:16.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:16.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:16.615 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:16.615 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 08:23:16.615 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:16.634 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:16.634 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 08:23:16.634 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:16.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:16.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:16.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:16.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:16.635 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:16.635 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:16.635 DEBUG [main][MenuItemLookup] Item match:File 08:23:16.636 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:16.636 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:16.636 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:16.636 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:16.636 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:16.636 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:16.636 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:16.636 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:16.636 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:16.636 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:16.636 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:16.636 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:16.636 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:16.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:16.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:16.664 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:16.664 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 08:23:16.664 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:23:16.664 DEBUG [main][EditorHandler] 1 editor(s) found 08:23:16.664 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:23:16.747 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:23:16.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:16.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:23:16.747 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:23:16.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:16.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:16.747 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:16.747 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:23:16.747 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:16.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:16.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:23:16.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:23:16.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:23:16.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:16.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:16.748 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:16.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:16.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:16.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:23:16.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:16.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:16.749 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:23:16.749 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') 08:23:16.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:16.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:16.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:16.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:16.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:16.750 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:16.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:16.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:16.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:23:16.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:23:16.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:23:16.752 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:16.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:16.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:16.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:16.752 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:16.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:16.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:16.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:16.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:16.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:16.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:17.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:17.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:17.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:17.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:17.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:17.754 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:17.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:17.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:17.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:17.755 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 08:23:17.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:17.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:17.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:17.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:17.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:17.755 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:17.755 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:17.755 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:17.755 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:17.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:17.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:17.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:17.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:17.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:17.756 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:17.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:17.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:17.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:17.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:17.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:17.756 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:17.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:17.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:17.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:17.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:17.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:17.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:17.756 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:17.756 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:17.765 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:17.766 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:17.766 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:17.766 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:17.766 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:17.770 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:17.770 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:17.771 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:17.891 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:17.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:17.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:17.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:17.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:23:17.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:17.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:17.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e543be4 is found... 08:23:17.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e543be4 is found finished successfully 08:23:17.905 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') 08:23:17.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:17.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:17.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:17.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:17.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:17.909 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:17.909 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 08:23:17.910 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 540 08:23:17.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:17.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:17.922 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:17.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:17.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:17.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:17.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:17.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:17.923 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:17.923 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') 08:23:17.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:17.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:17.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:17.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:17.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:17.924 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:17.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:17.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:17.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:17.960 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:17.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:17.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:17.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:17.960 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:17.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:17.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:17.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:17.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:17.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:17.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:18.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:18.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:18.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:18.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:18.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:18.962 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:18.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:18.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:18.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:18.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 08:23:18.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:18.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:18.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:18.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:18.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:18.963 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:18.963 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:18.963 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:18.963 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:18.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:18.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:18.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:18.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:18.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:18.964 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:18.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:18.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:18.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:18.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:18.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:18.964 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:18.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:18.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:18.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:18.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:18.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:18.964 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:18.964 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:18.964 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:18.971 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:18.972 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:18.972 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:18.972 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:18.972 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:18.976 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:18.976 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:18.976 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:19.007 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:19.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:19.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:19.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:19.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:19.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:19.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:19.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5cffef62 is found... 08:23:19.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5cffef62 is found finished successfully 08:23:19.008 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') 08:23:19.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:19.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:19.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:19.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:19.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:19.011 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:19.011 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 08:23:19.011 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:19.027 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:19.027 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 08:23:19.027 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:19.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:19.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:19.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:19.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:19.028 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:19.028 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:19.028 DEBUG [main][MenuItemLookup] Item match:File 08:23:19.028 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:19.028 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:19.028 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:19.028 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:19.028 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:19.029 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:19.029 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:19.029 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:19.029 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:19.029 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:19.029 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:19.029 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:19.029 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:19.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:19.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:19.059 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:19.059 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 08:23:19.059 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:23:19.059 DEBUG [main][EditorHandler] 1 editor(s) found 08:23:19.059 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:23:19.148 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:23:19.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:19.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:23:19.148 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:23:19.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:19.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:19.148 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:19.148 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:23:19.148 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:19.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:19.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:23:19.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:23:19.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:23:19.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:19.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:19.149 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:19.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:19.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:19.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:23:19.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:19.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:19.150 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:23:19.151 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') 08:23:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:19.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:19.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:19.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:19.151 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:19.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:19.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:19.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:23:19.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:23:19.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:23:19.153 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:19.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:19.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:19.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:19.154 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:19.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:19.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:19.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:19.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:19.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:19.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:19.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:19.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:20.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:20.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:20.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:20.155 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:20.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:20.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:20.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:20.156 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 08:23:20.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:20.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:20.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:20.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:20.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:20.157 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:20.157 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:20.157 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:20.157 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:20.158 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:20.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:20.158 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:20.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:20.158 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:20.158 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:20.158 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:20.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:20.158 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:20.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:20.158 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:20.158 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:20.158 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:20.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:20.158 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:20.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:20.158 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:20.158 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:20.158 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:20.158 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:20.164 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:20.165 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:20.165 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:20.165 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:20.165 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:20.170 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:20.170 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:20.171 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:20.299 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:20.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:23:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:20.299 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:20.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:20.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@622885b3 is found... 08:23:20.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@622885b3 is found finished successfully 08:23:20.304 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') 08:23:20.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:20.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:20.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:20.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:20.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:20.309 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:20.309 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 08:23:20.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:20.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:20.309 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:20.309 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:20.309 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:23:20.309 DEBUG [main][MenuItemLookup] Item match:Edit 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:20.310 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:23:20.310 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:23:20.320 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:20.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(""); } } TooltipText=null 08:23:20.320 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 08:23:20.320 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:23:21.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:21.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:21.321 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:21.321 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:21.321 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:23:21.321 DEBUG [main][MenuItemLookup] Item match:Edit 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 08:23:21.322 DEBUG [main][MenuItemLookup] Item match:Content Assist 08:23:21.322 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 08:23:21.323 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 08:23:21.323 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 08:23:21.323 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 08:23:21.323 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 08:23:21.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:23:21.348 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 08:23:21.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:23:21.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:21.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:21.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:23:21.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:23:21.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:21.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:21.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:21.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:21.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:23:21.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:23:21.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:23:21.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:23:21.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:23:21.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:21.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:21.359 INFO [WorkbenchTestable][AbstractShell] Close shell 08:23:21.359 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:23:21.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:23:21.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:23:21.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:23:21.375 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 08:23:21.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:21.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:21.375 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:21.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:21.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:21.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:21.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:21.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:21.376 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:21.376 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') 08:23:21.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:21.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:21.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:21.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:21.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:21.377 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:21.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:21.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:21.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:21.405 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:21.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:21.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:21.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:21.406 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:21.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:21.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:21.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:21.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:21.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:21.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:21.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:21.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:22.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:22.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:22.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:22.407 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:22.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:22.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:22.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:22.408 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 08:23:22.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:22.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:22.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:22.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:22.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:22.408 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:22.409 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:22.409 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:22.409 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:22.409 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:22.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:22.409 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:22.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:22.409 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:22.409 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:22.409 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:22.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:22.409 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:22.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:22.409 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:22.410 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:22.410 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:22.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:22.410 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:22.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:22.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:22.410 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:22.410 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:22.410 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:22.418 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:22.419 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:22.419 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:22.419 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:22.419 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:22.424 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:22.424 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:22.424 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:22.458 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:22.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:22.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:22.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:22.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:22.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:22.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:22.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:22.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:22.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d254b67 is found... 08:23:22.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d254b67 is found finished successfully 08:23:22.460 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') 08:23:22.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:22.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:22.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:22.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:22.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:22.462 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:22.462 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 08:23:22.462 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:22.479 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:22.479 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 08:23:22.479 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:22.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:22.480 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:22.480 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:22.480 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:22.480 DEBUG [main][MenuItemLookup] Item match:File 08:23:22.480 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:22.480 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:22.480 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:22.480 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:22.481 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:22.481 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:22.481 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:22.481 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:22.481 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:22.481 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:22.481 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:22.481 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:22.481 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:22.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:22.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:22.527 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:22.527 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 08:23:22.527 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:23:22.527 DEBUG [main][EditorHandler] 1 editor(s) found 08:23:22.528 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:23:22.620 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:23:22.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:22.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:23:22.620 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:23:22.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:22.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:22.620 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:22.620 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:23:22.620 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:22.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:22.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:23:22.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:23:22.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:23:22.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:22.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:22.621 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:22.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:22.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:22.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:23:22.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:22.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:22.623 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:23:22.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:23:22.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:22.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:22.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:22.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:22.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:22.623 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:22.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:22.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:22.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:23:22.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:23:22.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:23:22.626 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:22.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:22.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:22.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:22.627 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:22.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:22.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:22.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:22.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:22.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:22.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:23.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:23.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:23.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:23.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:23.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:23.628 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:23.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:23.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:23.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:23.629 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 08:23:23.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:23.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:23.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:23.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:23.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:23.630 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:23.630 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:23.630 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:23.630 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:23.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:23.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:23.630 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:23.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:23.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:23.630 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:23.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:23.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:23.631 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:23.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:23.631 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:23.631 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:23.631 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:23.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:23.631 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:23.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:23.631 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:23.631 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:23.631 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:23.631 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:23.637 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:23.637 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:23.637 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:23.637 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:23.637 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:23.643 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:23.643 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:23.643 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:23.766 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:23.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:23.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:23.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:23.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:23.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:23:23.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:23.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:23.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:23.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:23.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@398d532c is found... 08:23:23.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@398d532c is found finished successfully 08:23:23.780 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') 08:23:23.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:23.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:23.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:23.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:23.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:23.782 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:23.782 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 08:23:23.783 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:23.783 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 08:23:23.783 INFO [WorkbenchTestable][TextEditor] Set cursor position to offset: 517 08:23:23.783 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:23.783 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 08:23:23.794 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 08:23:23.803 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:23:23.803 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:23:24.404 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:23:24.404 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:23:25.005 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:23:25.005 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 08:23:25.606 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:23:25.606 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:23:26.208 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:23:26.208 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:23:26.809 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:23:26.809 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 08:23:27.410 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:23:27.410 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 08:23:28.011 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:23:28.011 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 08:23:28.612 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:28.612 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 08:23:28.612 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:28.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:28.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:28.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:28.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:28.627 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:28.627 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:28.627 DEBUG [main][MenuItemLookup] Item match:File 08:23:28.628 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:28.628 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:28.628 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:28.628 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:28.628 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:28.628 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:28.628 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:28.628 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:28.628 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:28.628 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:28.628 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:28.628 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:28.628 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:28.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:28.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:28.649 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:28.649 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 08:23:28.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:28.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:28.650 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:28.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:28.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:28.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:28.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:28.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:28.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:28.651 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') 08:23:28.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:28.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:28.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:28.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:28.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:28.652 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:28.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:28.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:28.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:28.664 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:28.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:28.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:28.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:28.686 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:28.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:28.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:28.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:28.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:28.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:28.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:29.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:29.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:29.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:29.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:29.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:29.688 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:29.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:29.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:29.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:29.689 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 08:23:29.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:29.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:29.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:29.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:29.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:29.689 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:29.689 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:29.690 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:29.690 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:29.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:29.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:29.690 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:29.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:29.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:29.690 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:29.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:29.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:29.690 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:29.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:29.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:29.690 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:29.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:29.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:29.690 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:29.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:29.691 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:29.691 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:29.691 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:29.691 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:29.696 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:29.698 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:29.698 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:29.698 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:29.699 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:29.703 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:29.703 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:29.703 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:29.734 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:29.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:29.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:29.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:29.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:29.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:29.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:29.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:29.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:29.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28771687 is found... 08:23:29.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28771687 is found finished successfully 08:23:29.736 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') 08:23:29.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:29.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:29.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:29.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:29.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:29.738 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:29.738 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 08:23:29.738 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:29.746 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:29.746 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 08:23:29.746 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:29.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:29.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:29.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:29.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:29.763 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:29.763 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:29.763 DEBUG [main][MenuItemLookup] Item match:File 08:23:29.764 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:29.764 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:29.764 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:29.764 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:29.764 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:29.764 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:29.764 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:29.764 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:29.764 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:29.764 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:29.764 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:29.764 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:29.764 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:29.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:29.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:29.775 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:29.775 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 08:23:29.775 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:23:29.775 DEBUG [main][EditorHandler] 1 editor(s) found 08:23:29.776 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:23:29.839 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:23:29.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:29.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:23:29.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:23:29.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:29.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:29.839 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:29.839 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:23:29.839 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:29.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:29.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:23:29.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:23:29.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:23:29.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:29.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:29.840 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:29.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:29.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:29.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:23:29.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:29.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:29.841 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:23:29.841 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') 08:23:29.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:29.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:29.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:29.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:29.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:29.842 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:29.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:29.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:29.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:23:29.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:23:29.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:23:29.844 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:29.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:29.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:29.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:29.845 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:29.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:29.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:29.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:29.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:29.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:29.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:30.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:30.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:30.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:30.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:30.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:30.846 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:30.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:30.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:30.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:30.847 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 08:23:30.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:30.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:30.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:30.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:30.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:30.848 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:30.848 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:30.848 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:30.848 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:30.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:30.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:30.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:30.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:30.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:30.849 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:30.849 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:30.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:30.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:30.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:30.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:30.849 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:30.849 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:30.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:30.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:30.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:30.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:30.849 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:30.849 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:30.849 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:30.854 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:30.855 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:30.855 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:30.855 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:30.855 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:30.860 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:30.860 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:30.860 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:30.997 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:30.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:30.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:30.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:30.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:30.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:23:30.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:30.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:30.997 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:30.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:30.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@636a6a26 is found... 08:23:31.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@636a6a26 is found finished successfully 08:23:31.002 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') 08:23:31.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:31.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:31.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:31.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:31.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:31.009 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:31.010 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 08:23:31.010 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 0] 08:23:31.020 DEBUG [WorkbenchTestable][Keyboard] Select 15 characters to the right 08:23:31.020 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 08:23:31.225 INFO [WorkbenchTestable][Keyboard] Move cursor 08:23:31.425 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:23:31.425 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:23:31.626 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:23:32.029 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:23:32.029 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:23:32.230 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:23:32.633 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:23:32.633 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:23:32.835 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:23:33.237 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:23:33.237 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:23:33.437 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:23:33.839 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:23:33.839 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:23:34.039 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:23:34.441 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:23:34.441 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:23:34.642 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:23:35.044 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:23:35.044 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:23:35.246 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:23:35.648 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:23:35.648 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:23:35.848 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:23:36.250 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:23:36.250 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:23:36.450 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:23:36.853 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:23:36.853 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:23:37.053 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:23:37.455 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:23:37.455 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:23:37.656 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:23:38.058 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:23:38.058 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:23:38.258 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:23:38.660 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:23:38.660 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:23:38.860 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:23:39.262 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:23:39.262 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:23:39.463 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:23:39.865 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 08:23:39.865 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 08:23:40.065 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 08:23:40.269 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 08:23:40.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:40.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:40.471 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:40.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:40.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:40.472 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:40.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:40.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:40.472 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:40.472 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') 08:23:40.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:40.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:40.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:40.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:40.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:40.473 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:40.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:40.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:40.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:40.482 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:40.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:40.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:40.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:40.502 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:40.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:40.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:40.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:40.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:40.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:40.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:41.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:41.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:41.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:41.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:41.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:41.504 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:41.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:41.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:41.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:41.505 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 08:23:41.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:41.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:41.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:41.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:41.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:41.505 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:41.505 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:41.505 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:41.505 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:41.505 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:41.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:41.505 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:41.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:41.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:41.506 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:41.506 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:41.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:41.506 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:41.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:41.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:41.506 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:41.506 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:41.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:41.506 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:41.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:41.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:41.506 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:41.506 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:41.506 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:41.512 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:41.512 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:41.512 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:41.512 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:41.512 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:41.519 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:41.519 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:41.519 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:41.552 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:41.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:41.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:41.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:41.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:41.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:41.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:41.552 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:41.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:41.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16b5a04c is found... 08:23:41.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16b5a04c is found finished successfully 08:23:41.554 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') 08:23:41.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:41.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:41.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:41.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:41.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:41.556 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:41.556 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 08:23:41.556 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:41.573 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:41.573 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 08:23:41.573 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:41.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:41.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:41.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:41.574 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:41.574 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:41.574 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:41.574 DEBUG [main][MenuItemLookup] Item match:File 08:23:41.575 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:41.575 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:41.575 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:41.575 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:41.575 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:41.575 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:41.575 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:41.575 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:41.575 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:41.575 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:41.575 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:41.575 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:41.575 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:41.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:41.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:41.611 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:41.611 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 08:23:41.612 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:23:41.612 DEBUG [main][EditorHandler] 1 editor(s) found 08:23:41.612 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:23:41.693 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:23:41.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:41.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:23:41.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:23:41.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:41.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:41.694 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:41.694 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:23:41.694 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:41.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:41.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:23:41.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:23:41.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:23:41.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:41.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:41.695 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:41.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:41.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:41.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:23:41.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:41.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:41.696 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:23:41.696 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') 08:23:41.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:41.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:41.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:41.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:41.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:41.697 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:41.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:41.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:41.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:23:41.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:23:41.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:23:41.723 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:41.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:41.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:41.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:41.724 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:41.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:41.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:41.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:41.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:41.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:41.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:42.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:42.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:42.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:42.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:42.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:42.725 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:42.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:42.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:42.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:42.726 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 08:23:42.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:42.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:42.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:42.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:42.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:42.727 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:42.727 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:42.727 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:42.727 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:42.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:42.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:42.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:42.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:42.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:42.728 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:42.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:42.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:42.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:42.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:42.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:42.728 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:42.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:42.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:42.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:42.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:42.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:42.728 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:42.728 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:42.729 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:42.735 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:42.736 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:42.736 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:42.736 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:42.736 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:42.743 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:42.743 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:42.743 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:42.860 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:42.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:42.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:42.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:42.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:42.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:23:42.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:42.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:42.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:42.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:42.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6c88abaa is found... 08:23:42.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6c88abaa is found finished successfully 08:23:42.873 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') 08:23:42.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:42.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:42.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:42.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:42.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:42.875 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:42.875 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 08:23:42.875 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 525 08:23:42.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:42.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:42.879 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:42.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:42.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:42.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:42.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:42.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:42.880 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:42.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:23:42.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:42.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:42.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:42.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:42.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:42.881 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:42.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:42.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:42.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:42.914 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:42.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:42.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:42.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:42.915 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:42.915 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:42.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:42.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:42.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:42.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:42.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:43.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:43.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:43.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:43.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:43.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:43.917 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:43.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:43.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:43.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:43.918 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 08:23:43.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:43.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:43.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:43.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:43.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:43.918 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:43.918 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:43.919 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:43.919 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:43.919 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:43.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:43.919 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:43.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:43.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:43.919 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:43.919 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:43.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:43.919 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:43.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:43.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:43.920 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:43.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:43.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:43.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:43.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:43.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:43.920 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:43.920 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:43.920 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:43.925 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:43.926 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:43.926 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:43.926 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:43.926 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:43.931 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:43.931 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:43.931 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:43.967 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:43.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:43.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:43.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:43.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:43.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:43.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:43.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:43.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:43.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7cdb5b92 is found... 08:23:43.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7cdb5b92 is found finished successfully 08:23:43.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 08:23:43.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:43.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:43.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:43.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:43.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:43.972 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:43.972 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 08:23:43.972 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:43.989 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:43.989 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 08:23:43.989 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:43.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:43.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:43.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:43.989 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:43.990 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:43.990 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:43.990 DEBUG [main][MenuItemLookup] Item match:File 08:23:43.990 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:43.990 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:43.990 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:43.990 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:43.990 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:43.990 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:43.990 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:43.990 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:43.990 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:43.990 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:44.004 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:44.004 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:44.004 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:44.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:44.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:44.027 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:44.027 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 08:23:44.027 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:23:44.027 DEBUG [main][EditorHandler] 1 editor(s) found 08:23:44.028 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:23:44.140 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:23:44.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:44.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:23:44.140 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:23:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:44.141 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:44.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:23:44.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:44.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:44.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:23:44.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:23:44.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:23:44.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:44.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:44.142 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:44.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:44.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:44.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:23:44.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:44.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:44.144 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:23:44.144 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') 08:23:44.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:44.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:44.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:44.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:44.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:44.162 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:44.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:44.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:44.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:23:44.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:23:44.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:23:44.164 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:44.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:44.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:44.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:44.165 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:44.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:44.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:44.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:44.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:44.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:44.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:44.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:44.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:45.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:45.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:45.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:45.167 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:45.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:45.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:45.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:45.168 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 08:23:45.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:45.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:45.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:45.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:45.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:45.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:45.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:45.169 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:45.169 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:45.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:45.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:45.169 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:45.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:45.169 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:45.169 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:45.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:45.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:45.169 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:45.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:45.169 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:45.169 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:45.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:45.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:45.169 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:45.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:45.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:45.170 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:45.170 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:45.170 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:45.175 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:45.176 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:45.176 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:45.176 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:45.176 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:45.183 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:45.183 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:45.183 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:45.305 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:45.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:45.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:45.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:45.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:45.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:23:45.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:45.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:45.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:45.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:45.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4cd03575 is found... 08:23:45.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4cd03575 is found finished successfully 08:23:45.319 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') 08:23:45.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:45.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:45.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:45.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:45.321 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:45.321 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 08:23:45.321 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:45.334 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:45.352 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:45.352 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 08:23:45.352 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:45.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:45.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:45.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:45.353 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:45.353 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:45.353 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:45.353 DEBUG [main][MenuItemLookup] Item match:File 08:23:45.354 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:45.354 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:45.354 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:45.354 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:45.354 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:45.354 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:45.354 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:45.354 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:45.354 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:45.354 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:45.354 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:45.354 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:45.354 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:45.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:45.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:45.383 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:45.384 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 08:23:45.384 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:23:46.384 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:46.384 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 08:23:46.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:46.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:46.386 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:46.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:46.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:46.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:46.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:46.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:46.387 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:46.387 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') 08:23:46.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:46.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:46.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:46.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:46.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:46.388 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:46.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:46.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:46.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:46.418 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:46.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:46.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:46.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:46.419 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:46.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:46.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:46.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:46.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:46.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:46.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:46.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:46.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:47.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:47.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:47.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:47.421 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:47.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:47.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:47.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:47.422 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 08:23:47.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:47.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:47.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:47.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:47.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:47.422 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:47.422 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:47.423 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:47.423 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:47.423 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:47.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:47.423 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:47.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:47.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:47.423 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:47.423 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:47.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:47.423 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:47.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:47.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:47.423 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:47.423 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:47.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:47.423 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:47.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:47.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:47.423 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:47.423 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:47.424 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:47.431 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:47.431 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:47.431 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:47.431 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:47.432 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:47.436 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:47.436 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:47.436 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:47.468 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:47.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:47.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:47.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:47.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:47.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:47.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:47.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:47.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:47.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@77dc4b63 is found... 08:23:47.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@77dc4b63 is found finished successfully 08:23:47.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') 08:23:47.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:47.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:47.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:47.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:47.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:47.472 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:47.472 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 08:23:47.472 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:47.487 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:47.488 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 08:23:47.488 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:47.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:47.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:47.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:47.488 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:47.488 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:47.488 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:47.488 DEBUG [main][MenuItemLookup] Item match:File 08:23:47.489 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:47.489 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:47.489 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:47.489 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:47.489 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:47.489 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:47.489 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:47.489 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:47.489 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:47.489 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:47.489 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:47.489 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:47.489 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:47.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:47.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:47.518 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:47.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 08:23:47.518 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:23:47.518 DEBUG [main][EditorHandler] 1 editor(s) found 08:23:47.518 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:23:47.581 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:23:47.581 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:47.581 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:23:47.581 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:23:47.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:47.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:47.582 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:47.582 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:23:47.582 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:47.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:47.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:23:47.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:23:47.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:23:47.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:47.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:47.608 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:47.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:47.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:47.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:23:47.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:47.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:47.610 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:23:47.610 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') 08:23:47.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:47.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:47.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:47.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:47.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:47.611 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:47.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:47.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:47.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:23:47.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:23:47.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:23:47.613 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:47.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:47.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:47.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:47.613 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:47.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:47.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:47.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:47.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:47.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:47.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:48.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:48.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:48.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:48.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:48.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:48.615 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:48.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:48.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:48.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:48.616 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 08:23:48.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:48.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:48.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:48.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:48.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:48.617 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:48.617 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:48.617 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:48.617 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:48.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:48.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:48.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:48.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:48.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:48.618 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:48.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:48.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:48.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:48.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:48.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:48.618 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:48.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:48.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:48.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:48.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:48.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:48.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:48.618 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:48.619 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:48.624 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:48.624 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:48.624 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:48.624 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:48.627 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:48.631 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:48.631 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:48.632 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:48.741 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:48.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:48.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:48.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:48.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:48.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:23:48.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:48.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:48.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:48.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:48.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ea07bc9 is found... 08:23:48.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ea07bc9 is found finished successfully 08:23:48.746 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') 08:23:48.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:48.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:48.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:48.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:48.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:48.748 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:48.748 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 08:23:48.748 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 { 08:23:48.763 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:48.763 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 08:23:48.764 INFO [WorkbenchTestable][AbstractEditor] Open editor's open on assistant 08:23:48.764 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 08:23:49.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:49.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:49.764 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:49.764 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:49.764 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:23:49.764 DEBUG [main][MenuItemLookup] Found menu:'Source' 08:23:49.764 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 08:23:49.764 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:23:49.764 DEBUG [main][MenuItemLookup] Item match:Navigate 08:23:49.765 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:23:49.765 DEBUG [main][MenuItemLookup] Found menu:'Go To' 08:23:49.765 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:49.765 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 08:23:49.765 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 08:23:49.765 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 08:23:49.765 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 08:23:49.765 DEBUG [main][MenuItemLookup] Item match:Open Hyperlink 08:23:49.766 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open Hyperlin&k" 08:23:49.766 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Hyperlink 08:23:49.766 INFO [main][MenuItemHandler] Select menu item: Open Hyperlin&k 08:23:49.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:23:49.838 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 08:23:49.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:23:49.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:49.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:49.840 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:23:49.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:23:49.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:49.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:49.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:49.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:49.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:23:49.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:23:49.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:23:49.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:23:49.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:23:49.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:49.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:49.841 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:23:49.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:49.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:49.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 08:23:49.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:23:49.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:49.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:49.842 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") 08:23:49.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:49.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:49.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:50.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:50.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:50.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:50.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:50.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:23:50.847 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:23:50.847 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:23:50.847 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:23:50.847 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:23:50.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 08:23:51.360 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 08:23:51.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:51.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:51.361 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:51.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:51.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:51.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:51.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:51.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:51.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:51.362 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') 08:23:51.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:51.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:51.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:51.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:51.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:51.363 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:51.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:51.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:51.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:51.393 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:51.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:51.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:51.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:51.394 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:51.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:51.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:51.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:51.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:51.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:51.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:51.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:51.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:52.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:52.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:52.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:52.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:52.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:52.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:52.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:52.396 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 08:23:52.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:52.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:52.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:52.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:52.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:52.397 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:52.397 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:52.397 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:52.397 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:52.397 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:52.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:52.397 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:52.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:52.398 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:52.398 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:52.398 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:52.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:52.398 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:52.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:52.398 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:52.398 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:52.398 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:52.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:52.398 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:52.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:52.398 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:52.398 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:52.398 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:52.398 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:52.403 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:52.403 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:52.403 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:52.403 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:52.404 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:52.407 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:52.407 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:52.408 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:52.439 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:52.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:52.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:52.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:52.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:52.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:52.439 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7801bc44 is found... 08:23:52.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7801bc44 is found finished successfully 08:23:52.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 '\*?\QJavaClass.java\E') 08:23:52.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:52.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:52.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:52.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:52.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:52.443 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:52.443 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 08:23:52.443 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:52.471 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:52.471 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 08:23:52.471 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:52.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:52.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:52.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:52.472 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:52.472 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:52.472 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:52.472 DEBUG [main][MenuItemLookup] Item match:File 08:23:52.473 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:52.473 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:52.473 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:52.473 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:52.473 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:52.473 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:52.473 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:52.473 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:52.473 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:52.473 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:52.473 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:52.473 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:52.474 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:52.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:52.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:52.529 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:52.529 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 08:23:52.529 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:23:52.529 DEBUG [main][EditorHandler] 1 editor(s) found 08:23:52.529 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:23:52.619 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:23:52.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:52.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:23:52.619 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:23:52.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:52.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:52.620 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:52.620 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:23:52.620 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:52.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:52.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:23:52.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:23:52.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:23:52.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:52.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:52.621 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:52.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:52.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:52.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:23:52.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:52.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:52.623 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:23:52.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:23:52.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:52.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:52.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:52.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:52.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:52.624 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:52.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:52.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:52.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:23:52.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:23:52.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:23:52.626 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:52.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:52.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:52.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:52.626 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:52.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:52.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:52.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:52.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:52.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:52.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:53.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:53.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:53.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:53.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:53.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:53.628 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:53.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:53.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:53.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:53.629 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 08:23:53.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:53.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:53.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:53.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:53.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:53.629 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:53.629 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:53.629 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:53.630 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:53.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:53.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:53.630 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:53.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:53.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:53.630 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:53.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:53.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:53.630 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:53.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:53.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:53.630 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:53.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:53.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:53.630 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:53.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:53.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:53.630 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:53.630 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:53.631 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:53.639 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:53.640 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:53.640 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:53.640 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:53.640 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:53.644 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:53.644 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:53.645 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:53.768 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:53.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:53.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:53.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:53.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:53.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:23:53.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:53.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:53.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:53.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:53.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@35b745ac is found... 08:23:53.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@35b745ac is found finished successfully 08:23:53.774 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') 08:23:53.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:53.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:53.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:53.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:53.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:53.781 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:53.781 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 08:23:53.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:53.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:53.782 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:53.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:53.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:53.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:53.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:53.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:53.783 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:53.783 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') 08:23:53.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:53.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:53.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:53.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:53.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:53.784 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:53.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:53.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:53.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:53.814 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:53.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:53.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:53.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:53.815 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:53.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:53.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:53.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:53.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:53.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:53.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:54.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:54.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:54.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:54.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:54.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:54.816 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:54.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:54.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:54.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:54.817 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 08:23:54.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:54.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:54.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:54.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:54.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:54.818 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:54.818 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:54.818 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:54.818 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:54.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:54.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:54.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:54.818 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:54.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:54.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:54.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:54.819 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:54.819 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:54.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:54.819 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:54.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:54.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:54.819 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:54.819 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:54.819 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:54.824 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:54.824 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:54.824 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:54.824 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:54.824 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:54.831 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:54.831 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:54.831 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:54.862 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:54.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:54.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:54.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:54.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:54.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:54.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:54.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:54.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:54.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2025972a is found... 08:23:54.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2025972a is found finished successfully 08:23:54.863 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') 08:23:54.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:54.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:54.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:54.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:54.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:54.865 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:54.865 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 08:23:54.865 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:23:54.883 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:54.883 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 08:23:54.883 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:23:54.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:54.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:54.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:54.884 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:54.884 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:54.884 DEBUG [main][MenuItemLookup] Found menu:'File' 08:23:54.884 DEBUG [main][MenuItemLookup] Item match:File 08:23:54.885 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:23:54.885 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:23:54.885 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:23:54.885 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:23:54.885 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:54.885 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:23:54.885 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:23:54.885 DEBUG [main][MenuItemLookup] Found menu:'' 08:23:54.885 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:23:54.885 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:23:54.885 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:23:54.885 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:23:54.885 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:23:54.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:23:54.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:23:54.915 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:54.915 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 08:23:54.915 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:23:54.915 DEBUG [main][EditorHandler] 1 editor(s) found 08:23:54.915 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:23:54.978 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:23:54.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:54.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:23:54.978 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:23:54.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:23:54.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:23:54.979 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:54.979 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:23:54.979 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:23:54.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:23:54.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:23:54.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:23:54.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:23:54.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:54.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:54.980 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:54.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:54.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:54.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:23:54.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:54.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:54.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:23:54.981 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') 08:23:54.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:54.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:54.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:54.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:54.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:55.020 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:55.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:55.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:55.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:23:55.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:23:55.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:23:55.022 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:55.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:55.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:55.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:55.023 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:55.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:55.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:55.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:55.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:55.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:55.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:55.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:55.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:56.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:56.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:23:56.037 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:56.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:56.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:56.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:56.038 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 08:23:56.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:56.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:56.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:56.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:56.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:23:56.038 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:23:56.038 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:23:56.038 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:23:56.039 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:23:56.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:23:56.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:56.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:23:56.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:56.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:23:56.039 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:23:56.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:23:56.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:56.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:23:56.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:56.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:23:56.039 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:23:56.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:23:56.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:23:56.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:23:56.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:23:56.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:23:56.039 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:56.039 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:56.039 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:56.045 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:56.045 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:23:56.045 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:23:56.045 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:23:56.046 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:23:56.050 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:23:56.050 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:23:56.050 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:23:56.172 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:23:56.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:23:56.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:23:56.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:23:56.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:23:56.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:23:56.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:23:56.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:23:56.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:23:56.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:23:56.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d06ded4 is found... 08:23:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d06ded4 is found finished successfully 08:23:56.177 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') 08:23:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:56.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:56.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:56.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:56.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:56.184 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:56.185 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 08:23:56.185 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:23:56.185 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:23:56.385 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:23:56.587 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:23:56.588 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:23:56.788 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:23:56.990 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:23:56.990 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:23:57.191 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:23:57.395 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 08:23:57.395 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 08:23:57.595 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 08:23:57.798 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:23:57.798 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:23:57.999 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 08:23:59.000 INFO [WorkbenchTestable][TextEditor] Select line 17 in editor 08:23:59.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:59.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:59.011 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:23:59.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:59.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:59.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:23:59.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:23:59.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:23:59.013 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:23:59.013 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') 08:23:59.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:59.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:59.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:23:59.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:23:59.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:23:59.014 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:59.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:59.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:59.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:59.048 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:59.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:59.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:59.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:59.049 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:23:59.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:23:59.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:23:59.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:23:59.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:23:59.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:59.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:23:59.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:23:59.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:00.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:00.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:00.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:24:00.050 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:00.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:00.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:00.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:24:00.051 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 08:24:00.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:00.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:00.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:00.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:00.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:00.052 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:24:00.052 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:24:00.052 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 08:24:00.052 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 08:24:00.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 08:24:00.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:24:00.053 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 08:24:00.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:24:00.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 08:24:00.053 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 08:24:00.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 08:24:00.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:24:00.053 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 08:24:00.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:24:00.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 08:24:00.053 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 08:24:00.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 08:24:00.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:24:00.053 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 08:24:00.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:24:00.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 08:24:00.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:24:00.053 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:24:00.054 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:24:00.060 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:24:00.061 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 08:24:00.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 08:24:00.061 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 08:24:00.061 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 08:24:00.066 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 08:24:00.066 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 08:24:00.066 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 08:24:00.100 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 08:24:00.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:24:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:24:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:24:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 08:24:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:24:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:24:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:24:00.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:24:00.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40c67b2c is found... 08:24:00.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40c67b2c is found finished successfully 08:24:00.101 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') 08:24:00.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:00.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:00.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:00.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:00.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:00.105 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:00.105 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 08:24:00.105 INFO [WorkbenchTestable][TextEditor] Set text to editor 08:24:00.123 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:00.123 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 08:24:00.123 INFO [WorkbenchTestable][AbstractEditor] Save editor 08:24:00.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 08:24:00.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:00.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:00.124 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:24:00.124 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 08:24:00.124 DEBUG [main][MenuItemLookup] Found menu:'File' 08:24:00.124 DEBUG [main][MenuItemLookup] Item match:File 08:24:00.125 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:24:00.125 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:24:00.125 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:24:00.125 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:24:00.125 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:00.125 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:24:00.125 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:24:00.125 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:00.125 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:24:00.125 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 08:24:00.125 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 08:24:00.125 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 08:24:00.125 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 08:24:00.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 08:24:00.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 08:24:00.159 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:00.159 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 08:24:00.159 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:24:00.159 DEBUG [main][EditorHandler] 1 editor(s) found 08:24:00.159 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 08:24:00.257 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 08:24:00.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:24:00.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:00.258 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:00.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:00.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:00.258 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 08:24:00.258 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:24:00.258 DEBUG [main][EditorHandler] 0 editor(s) found 08:24:00.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:00.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:00.259 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:24:00.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:00.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:00.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:00.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:00.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:00.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:00.260 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') 08:24:00.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:00.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:00.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:00.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:00.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:00.260 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:00.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:00.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:00.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:00.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:00.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:00.262 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:00.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:00.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:00.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:24:00.263 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:00.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:00.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:00.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:24:00.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:00.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:00.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:00.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:00.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:01.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:01.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:01.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:24:01.265 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:01.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:01.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:01.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:24:01.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 08:24:01.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:01.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:01.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:01.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:01.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:01.266 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:24:01.266 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:24:01.266 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:01.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:01.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:01.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:24:01.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:01.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:01.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:01.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:01.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:02.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:02.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:02.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:24:02.268 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:02.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:02.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:02.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:24:02.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 08:24:02.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:02.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:02.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:02.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:02.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:02.269 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 08:24:02.269 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 08:24:02.269 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:02.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:02.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:02.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:24:02.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 08:24:02.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:02.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:02.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:02.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:02.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:02.270 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:24:02.270 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:24:02.270 DEBUG [main][TreeItemHandler] Set Tree selection 08:24:02.270 DEBUG [main][TreeHandler] Notify Tree about selection event 08:24:02.276 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:24:02.277 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 08:24:02.277 DEBUG [WorkbenchTestable][TreeItemHandler] TextEditorTestProject 08:24:02.277 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:24:02.277 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'New' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:02.316 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:24:02.316 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:24:02.316 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:24:02.316 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:24:02.317 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:24:02.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:24:02.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:24:02.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:24:02.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:24:02.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:24:02.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:24:02.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:24:02.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:02.835 DEBUG [main][MenuItemLookup] Found menu:'New' 08:24:02.835 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:24:02.835 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:02.835 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:24:02.835 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:02.835 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:24:02.835 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 08:24:02.835 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:24:02.835 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:24:02.835 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:24:02.835 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:24:02.835 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:24:02.835 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:24:02.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1103): Gtk-CRITICAL **: 08:24:02.886: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1103): Gtk-CRITICAL **: 08:24:02.889: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1103): Gtk-CRITICAL **: 08:24:02.908: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1103): Gtk-CRITICAL **: 08:24:02.923: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 08:24:03.427 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 08:24:03.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:24:03.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:03.430 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) 08:24:03.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:03.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:24:03.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:03.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:03.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:03.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:03.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:03.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:03.431 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:24:03.431 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:24:03.431 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:24:03.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:03.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:03.431 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:03.431 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:03.432 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") 08:24:03.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:03.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:03.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:03.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:24:03.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:03.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:03.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:03.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:03.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:03.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:03.433 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:24:03.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:03.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:03.433 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:03.433 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:03.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:24:03.437 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:24:03.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:24:03.938 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:24:03.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:24:03.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:24:03.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:24:03.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:24:03.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:24:03.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:24:03.938 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:03.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:03.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:03.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:24:03.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:03.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:03.939 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 08:24:03.939 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:03.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:03.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:03.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 144.284 s - in org.eclipse.reddeer.workbench.test.editor.TextEditorTest setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.6 s getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.423 s notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.106 s insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.515 s selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.395 s selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.391 s getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.554 s getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.752 s insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.556 s contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.304 s openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.657 s getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.248 s getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.471 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.719 s closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.033 s quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.686 s getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.22 s selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.191 s testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.906 s openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.587 s insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.384 s getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.007 s insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.401 s closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.472 s setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.219 s getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 11.855 s insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.447 s getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.441 s closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.038 s getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.359 s selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.279 s Running org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:24:03.950 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:24:03.950 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:24:03.950 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:03.950 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:24:03.951 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:03.951 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:24:03.953 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:03.953 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:24:03.953 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:03.953 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:24:03.953 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.*'] 08:24:03.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:03.954 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.*'] 08:24:03.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:03.954 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.*'] 08:24:03.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:03.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:03.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:03.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:03.954 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:03.954 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:24:03.954 DEBUG [main][MenuItemLookup] Found menu:'File' 08:24:03.954 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:24:03.954 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:24:03.954 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:24:03.954 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:24:03.954 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:24:03.954 DEBUG [main][MenuItemLookup] Item match:Window 08:24:03.955 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:24:03.955 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:24:03.955 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:24:03.955 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:03.955 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:24:03.955 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:24:03.955 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:03.955 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:24:03.955 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:03.955 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:24:03.955 DEBUG [main][MenuItemLookup] Item match:Preferences 08:24:03.955 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:24:03.955 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:24:03.955 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:24:04.028 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.... 08:24:04.030 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 08:24:04.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:24:04.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:04.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:04.031 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:24:04.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.031 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 08:24:04.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:04.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:04.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:04.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:04.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:04.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:24:04.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:24:04.032 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) 08:24:04.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:04.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:04.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:04.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:04.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:04.035 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:24:04.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:04.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:04.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:04.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:04.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:24:04.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:24:04.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:04.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:04.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:04.058 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:24:04.058 DEBUG [main][EditorHandler] 0 editor(s) found 08:24:04.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:04.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:04.059 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:24:04.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:04.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:04.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:04.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:04.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:04.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:04.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 08:24:04.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:04.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:04.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:04.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:04.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:04.061 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:04.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:04.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:04.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:04.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:04.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:04.063 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:04.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:04.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:04.063 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 08:24:04.063 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:04.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:04.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:04.064 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 08:24:04.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:04.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:04.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:04.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:04.064 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:04.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:04.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:04.072 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 08:24:04.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:04.073 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 08:24:04.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:24:04.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:04.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:04.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:04.073 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'] 08:24:04.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.073 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'] 08:24:04.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.073 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"] 08:24:04.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.074 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'] 08:24:04.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.074 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'] 08:24:04.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.074 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'] 08:24:04.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.074 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"] 08:24:04.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.074 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'] 08:24:04.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.074 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'] 08:24:04.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:04.074 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:04.075 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:24:04.075 DEBUG [main][MenuItemLookup] Found menu:'File' 08:24:04.075 DEBUG [main][MenuItemLookup] Item match:File 08:24:04.075 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:24:04.075 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:24:04.076 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:24:04.077 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:04.077 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:24:04.077 DEBUG [main][MenuItemLookup] Found menu:'File' 08:24:04.077 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:24:04.077 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:04.077 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:24:04.077 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:24:04.077 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:24:04.077 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:24:04.077 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:24:04.135 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.... 08:24:04.139 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 08:24:04.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:24:04.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:04.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:04.140 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:24:04.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.140 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 08:24:04.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:04.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:04.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:04.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:04.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:04.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:24:04.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:24:04.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:24:04.142 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:24:04.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:24:04.142 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:24:04.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:24:04.142 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:24:04.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:24:04.142 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:24:04.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:24:04.142 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:24:04.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:24:04.142 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:24:04.142 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 08:24:04.142 DEBUG [main][TreeItemHandler] Selecting tree item: Project 08:24:04.142 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 08:24:04.145 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 08:24:04.145 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:24:04.146 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:24:04.146 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) 08:24:04.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:04.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:04.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:04.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:04.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:04.147 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:24:04.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:04.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:04.147 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:04.147 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:04.171 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'] 08:24:04.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 08:24:04.171 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 08:24:04.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 08:24:04.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:04.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:04.172 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:24:04.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.172 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'project' 08:24:04.172 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:") 08:24:04.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:04.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:04.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:04.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:04.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:24:04.173 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:24:04.174 INFO [WorkbenchTestable][AbstractText] Text set to: project 08:24:04.175 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 08:24:04.175 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 08:24:04.175 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) 08:24:04.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:04.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:04.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:04.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:04.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:04.176 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:24:04.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:04.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:04.177 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:04.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:04.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:24:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:24:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:24:04.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 08:24:04.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:24:04.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:24:04.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:24:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:24:04.680 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'] 08:24:04.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.681 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'] 08:24:04.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.681 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"] 08:24:04.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.681 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'] 08:24:04.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.681 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'] 08:24:04.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.681 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'] 08:24:04.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.681 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"] 08:24:04.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.681 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'] 08:24:04.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.681 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'] 08:24:04.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:04.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:04.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:04.682 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:04.682 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:24:04.682 DEBUG [main][MenuItemLookup] Found menu:'File' 08:24:04.682 DEBUG [main][MenuItemLookup] Item match:File 08:24:04.683 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:24:04.683 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:24:04.684 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:24:04.684 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:04.684 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:24:04.684 DEBUG [main][MenuItemLookup] Found menu:'File' 08:24:04.684 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:24:04.684 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:04.684 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:24:04.684 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:24:04.686 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:24:04.686 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:24:04.686 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:24:04.746 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.... 08:24:04.749 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 08:24:04.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:24:04.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:04.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:04.750 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:24:04.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.751 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 08:24:04.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:04.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:04.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:04.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:04.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:04.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:24:04.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:24:04.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:24:04.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:24:04.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:24:04.752 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:24:04.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:24:04.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:24:04.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:24:04.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:24:04.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:24:04.752 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:24:04.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:24:04.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:24:04.752 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 08:24:04.752 DEBUG [main][TreeItemHandler] Selecting tree item: File 08:24:04.753 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 08:24:04.756 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 08:24:04.756 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:24:04.756 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:24:04.756 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) 08:24:04.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:04.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:04.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:04.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:04.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:04.757 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:24:04.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:04.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:04.757 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:04.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:04.786 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'] 08:24:04.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 08:24:04.786 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 08:24:04.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 08:24:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:04.787 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:24:04.787 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:04.787 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:") 08:24:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:04.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:04.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:04.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:04.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:24:04.788 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:24:04.789 INFO [WorkbenchTestable][AbstractText] Text set to: project/ 08:24:04.795 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:") 08:24:04.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:04.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:04.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:04.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:04.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:24:04.798 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:24:04.798 INFO [WorkbenchTestable][AbstractText] Text set to: abc.ca 08:24:04.800 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 08:24:04.800 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 08:24:04.801 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) 08:24:04.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:04.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:04.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:04.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:04.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:04.806 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:24:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:04.806 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:04.806 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:04.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:24:05.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:24:05.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:24:05.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 08:24:05.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 08:24:05.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:24:05.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:24:05.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:24:05.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:24:05.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 '\*?\Qabc.ca\E') 08:24:05.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:05.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:05.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:05.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:05.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:05.315 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:05.315 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 08:24:05.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:05.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:05.315 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - project/abc.ca - Eclipse Platform' 08:24:05.315 DEBUG [main][MenuItemLookup] Found menu:'File' 08:24:05.315 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:24:05.315 DEBUG [main][MenuItemLookup] Item match:Edit 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 08:24:05.316 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 08:24:05.316 INFO [WorkbenchTestable][AbstractEditor] Content assist menu not found, open via keyboard shortcut 08:24:05.316 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 08:24:05.316 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 08:24:05.516 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 08:24:06.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 08:24:06.518 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 08:24:06.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:06.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:06.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:06.528 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 08:24:06.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:06.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:06.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:06.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:06.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:06.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 08:24:06.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:24:06.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:24:06.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 08:24:06.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 08:24:06.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:06.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:06.529 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 08:24:06.529 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 08:24:06.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 08:24:06.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 08:24:06.529 DEBUG [WorkbenchTestable][ContentAssistant] a 08:24:06.529 DEBUG [WorkbenchTestable][ContentAssistant] b 08:24:06.529 DEBUG [WorkbenchTestable][ContentAssistant] c 08:24:06.529 INFO [WorkbenchTestable][AbstractShell] Close shell 08:24:06.529 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 08:24:06.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:24:06.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:24:06.540 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 08:24:06.540 DEBUG [main][EditorHandler] 1 editor(s) found 08:24:06.540 DEBUG [WorkbenchTestable][EditorHandler] Closing editor abc.ca 08:24:06.561 DEBUG [WorkbenchTestable][EditorHandler] Editor abc.ca is closed 08:24:06.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:06.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:06.561 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 08:24:06.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:06.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:06.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:06.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:06.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:06.562 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:06.562 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') 08:24:06.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:06.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:06.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:06.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:06.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:06.563 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:06.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:06.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:06.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:06.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:06.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:06.564 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:06.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:06.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:06.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:24:06.565 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:06.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:06.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:06.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:24:06.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:06.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:06.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:07.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:07.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:07.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:07.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:07.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:24:07.566 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:07.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:07.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:07.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:24:07.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 08:24:07.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:07.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:07.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:07.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:07.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:07.567 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 08:24:07.567 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:07.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:07.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:07.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:24:07.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:07.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:07.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:08.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:08.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:08.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:08.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:08.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 08:24:08.569 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:08.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:08.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:08.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:24:08.570 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 08:24:08.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:08.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:08.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:08.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:08.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:08.570 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 08:24:08.570 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:08.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:08.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:08.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 08:24:08.571 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 08:24:08.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:08.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:08.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:08.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:08.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:08.571 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 08:24:08.571 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 08:24:08.571 DEBUG [main][TreeItemHandler] Set Tree selection 08:24:08.573 DEBUG [main][TreeHandler] Notify Tree about selection event 08:24:08.578 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 08:24:08.579 DEBUG [WorkbenchTestable][TreeItemHandler] project 08:24:08.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:24:08.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:08.597 DEBUG [main][MenuItemLookup] Found menu:'New' 08:24:08.597 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:24:08.597 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:08.597 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:24:08.597 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:08.597 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:24:08.597 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:24:08.597 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:24:08.597 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:24:08.597 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:24:08.597 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:08.597 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:24:08.598 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:24:08.598 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:08.598 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:24:08.598 DEBUG [main][MenuItemLookup] Item match:Refresh F5 08:24:08.598 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 08:24:08.598 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 08:24:08.598 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 08:24:08.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:24:08.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 08:24:08.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 08:24:09.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:24:09.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:24:09.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 08:24:09.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:24:09.098 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 08:24:09.098 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:09.115 DEBUG [main][MenuItemLookup] Found menu:'New' 08:24:09.115 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 08:24:09.115 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:09.115 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 08:24:09.115 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:09.115 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 08:24:09.115 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 08:24:09.115 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 08:24:09.115 DEBUG [main][MenuItemLookup] Item match:Delete Delete 08:24:09.115 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 08:24:09.115 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 08:24:09.115 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 08:24:09.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 08:24:09.694 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 08:24:09.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 08:24:09.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:09.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:09.698 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) 08:24:09.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:09.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:09.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:09.698 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:24:09.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:09.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:09.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:09.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:09.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:09.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:09.699 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 08:24:09.699 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 08:24:09.699 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 08:24:09.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:09.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:09.699 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:09.699 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:09.699 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") 08:24:09.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:09.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:09.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:09.699 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 08:24:09.699 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:09.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:09.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:09.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:09.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:09.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:09.700 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:24:09.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:09.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:09.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:09.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:09.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 08:24:09.703 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 08:24:10.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 08:24:10.204 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 08:24:10.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:24:10.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 08:24:10.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 08:24:10.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:24:10.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:24:10.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:24:10.204 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 08:24:10.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 08:24:10.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:10.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 08:24:10.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:10.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:10.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:24:10.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:10.205 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:10.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:10.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:10.206 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 08:24:10.206 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 08:24:10.206 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:10.206 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:10.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:10.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.257 s - in org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) Time elapsed: 6.133 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-0809 [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 08:24:23.138 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:24:23.140 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:24:23.211 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:24:23.213 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:24:23.239 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:23.316 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:24:23.319 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:23.323 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:23.328 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:24:23.328 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:24:23.351 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:24:23.356 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:23.356 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:24:23.433 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:23.434 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:24:23.438 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:23.439 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:24:23.456 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.*'] 08:24:23.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:23.461 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.*'] 08:24:23.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:23.462 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.*'] 08:24:23.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:23.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:23.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:23.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:23.510 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:23.523 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:24:23.526 DEBUG [main][MenuItemLookup] Found menu:'File' 08:24:23.526 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:24:23.526 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:24:23.526 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:24:23.526 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:24:23.527 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:24:23.527 DEBUG [main][MenuItemLookup] Item match:Window 08:24:23.531 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:24:23.531 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:24:23.531 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:24:23.531 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:23.531 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:24:23.531 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:24:23.531 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:23.531 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:24:23.531 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:23.531 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:24:23.531 DEBUG [main][MenuItemLookup] Item match:Preferences 08:24:23.535 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:24:23.535 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:24:23.548 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:24:23.747 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.... 08:24:23.750 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 08:24:23.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:24:23.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:23.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:23.765 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:24:23.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:23.778 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 08:24:23.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:23.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:23.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:23.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:23.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:23.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:24:23.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:24:23.838 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) 08:24:23.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:23.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:23.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:23.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:23.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:23.849 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:24:23.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:23.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:23.851 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:23.852 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:23.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:24:23.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:24:23.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:23.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:23.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:23.943 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:23.946 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:23.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:23.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:23.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:23.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:23.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:23.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:23.957 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' view via menu. 08:24:23.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:23.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:23.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:23.959 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:23.959 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:24:23.959 DEBUG [main][MenuItemLookup] Found menu:'File' 08:24:23.959 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:24:23.959 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:24:23.959 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:24:23.959 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:24:23.959 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:24:23.960 DEBUG [main][MenuItemLookup] Item match:Window 08:24:23.961 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:24:23.961 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:24:23.961 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:24:23.961 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:23.961 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:24:23.961 DEBUG [main][MenuItemLookup] Item match:Show View 08:24:23.971 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:24:23.972 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:24:23.972 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:24:23.972 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:24:23.972 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:24:23.972 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:24:23.972 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:24:23.972 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:24:23.972 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:23.972 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:24:23.972 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:24:23.973 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:24:23.974 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:24:23.974 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:24:24.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:24:24.059 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 08:24:24.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:24:24.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:24.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:24.061 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 08:24:24.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:24.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:24.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:24:24.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:24.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:24.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:24.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:24.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:24.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:24.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:24:24.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:24:24.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children... 08:24:24.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 08:24:24.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:24:24.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:24:24.575 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 08:24:24.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children finished successfully 08:24:24.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 08:24:24.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:24:24.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test UI Forms is already expanded. No action performed 08:24:24.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:24:24.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 08:24:24.577 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UI Form Test 08:24:24.578 DEBUG [main][TreeItemHandler] Selecting tree item: UI Form Test 08:24:24.578 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UI Form Test about selection 08:24:24.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UI Form Test 08:24:24.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:24.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:24.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:24.580 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:24:24.580 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:24.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:24.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:24.582 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") 08:24:24.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:24.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:24.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:24.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:24:24.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:24.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:24.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:24.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:24.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:24.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:24.584 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:24:24.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:24.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:24.584 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:24.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:24.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:24:24.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:24:24.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open... 08:24:24.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:24.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:24.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open finished successfully 08:24:24.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:24.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:24.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:24.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:24.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:24.921 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:24.922 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') 08:24:24.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:24.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:24.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:24.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:24.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:24.954 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:24.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:24.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:24.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:24.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:24.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:24.972 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 08:24:24.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:24.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:24.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:24.974 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:24.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:24.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:24.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:24.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:24.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:24.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:24:24.978 TRACE [main][WidgetHandler] Notify Hyperlink with event 6 08:24:24.978 TRACE [main][WidgetHandler] Wait for synchronization 08:24:24.978 TRACE [main][WidgetHandler] Notify Hyperlink with event 3 08:24:24.978 TRACE [main][WidgetHandler] Wait for synchronization 08:24:24.978 TRACE [main][WidgetHandler] Notify Hyperlink with event 4 08:24:24.978 TRACE [main][WidgetHandler] Wait for synchronization 08:24:24.979 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") 08:24:24.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:24.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:24.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:24.998 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:24.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:24.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:24.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:25.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:25.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:25.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:24:25.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:25.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:25.012 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:25.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:25.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:25.014 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:25.015 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:25.015 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:25.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:25.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:25.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:25.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:25.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:25.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:25.027 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:25.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:25.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:25.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:25.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:25.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:25.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:25.039 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') 08:24:25.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:25.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:25.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:25.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:25.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:25.068 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:25.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:25.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:25.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:25.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:25.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:25.074 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") 08:24:25.074 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:25.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:25.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:25.075 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:25.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:25.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:25.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:25.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:25.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:25.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:26.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:26.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:24:26.136 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was not found 08:24:26.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:26.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:26.139 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:26.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:26.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:26.140 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:26.140 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:26.140 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:26.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:26.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:26.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:26.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:26.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.147 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:26.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:26.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:26.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:26.177 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:26.177 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') 08:24:26.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:26.182 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:26.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:26.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:26.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:26.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:26.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:26.188 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 08:24:26.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:26.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:26.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:26.230 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:26.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:26.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:24:26.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:24:26.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 08:24:26.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:26.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:26.234 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:26.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:26.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:26.235 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:26.235 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:26.235 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:26.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:26.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:26.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:26.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:26.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.240 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:26.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:26.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:26.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:26.254 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:26.254 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') 08:24:26.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:26.260 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:26.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:26.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:26.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:26.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:26.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:26.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") 08:24:26.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:26.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:26.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:26.330 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:26.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:26.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:26.337 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") 08:24:26.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:24:26.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:26.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:26.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:26.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:26.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:26.341 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:26.342 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:26.342 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:26.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:26.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:26.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:26.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:26.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.355 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:26.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:26.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:26.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:26.368 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:26.368 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') 08:24:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:26.374 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:26.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:26.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:26.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:26.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:26.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:26.404 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 08:24:26.404 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:26.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:26.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:26.405 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:26.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:26.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:24:26.408 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:26.408 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:26.408 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:26.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:26.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:26.409 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:26.409 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:26.409 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:26.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:26.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:26.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:26.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:26.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.449 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:26.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:26.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:26.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:26.456 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:26.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 '\*?\QUI Form Test\E') 08:24:26.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:26.489 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:26.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:26.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:26.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:26.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:26.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:26.495 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") 08:24:26.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:26.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:26.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:26.515 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:26.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:26.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:24:26.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:26.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:26.519 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:26.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:26.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:26.520 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:26.520 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:26.521 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:26.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:26.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:26.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:26.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:26.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.536 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:26.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:26.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:26.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:26.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:26.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 '\*?\QUI Form Test\E') 08:24:26.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:26.555 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:26.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:26.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:26.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:26.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:26.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:26.562 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") 08:24:26.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:26.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:26.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:26.582 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:26.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:26.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:26.586 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 08:24:26.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 08:24:26.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:26.587 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:26.587 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:26.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:26.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:26.588 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:26.588 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:26.589 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:26.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:26.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:26.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:26.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:26.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.602 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:26.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:26.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:26.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:26.620 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:26.620 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') 08:24:26.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:26.646 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:26.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:26.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:26.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:26.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:26.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:26.652 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") 08:24:26.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:26.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:26.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:26.652 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:26.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:26.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:26.656 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 08:24:26.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:24:26.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:24:26.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 08:24:26.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:26.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:26.658 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:26.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:26.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:26.658 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 08:24:26.659 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 08:24:26.660 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:26.660 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:26.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:26.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.565 s - in org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.068 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.125 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.106 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.067 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.111 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.067 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.069 s Running org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:26.715 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:26.716 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:24:26.716 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:26.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:26.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:26.716 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:24:26.717 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:26.717 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:24:26.717 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:26.717 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:24:26.717 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.*'] 08:24:26.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:26.718 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.*'] 08:24:26.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:26.718 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.*'] 08:24:26.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:26.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:26.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:26.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:26.719 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:26.719 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:24:26.719 DEBUG [main][MenuItemLookup] Found menu:'File' 08:24:26.719 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:24:26.719 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:24:26.719 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:24:26.719 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:24:26.719 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:24:26.720 DEBUG [main][MenuItemLookup] Item match:Window 08:24:26.722 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:24:26.722 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:24:26.722 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:24:26.722 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:26.722 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:24:26.722 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:24:26.722 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:26.722 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:24:26.722 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:26.722 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:24:26.722 DEBUG [main][MenuItemLookup] Item match:Preferences 08:24:26.722 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:24:26.722 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:24:26.722 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:24:26.836 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.... 08:24:26.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 'Preferences.*'] is available. finished successfully 08:24:26.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:24:26.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:26.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:26.854 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:24:26.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:26.854 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 08:24:26.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:26.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:24:26.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:24:26.870 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) 08:24:26.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:26.880 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:24:26.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:26.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:26.880 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:26.880 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:26.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:24:26.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:24:26.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:26.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:26.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:26.923 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:26.923 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:24:26.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:26.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:26.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:26.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:26.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.951 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:26.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:26.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:26.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:26.961 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:26.961 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') 08:24:26.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:26.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:26.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:26.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:26.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:26.970 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:26.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:26.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:26.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:26.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:26.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:26.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:27.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:27.015 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 08:24:27.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:27.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:27.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:27.017 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:27.017 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:24:27.017 DEBUG [main][MenuItemLookup] Found menu:'File' 08:24:27.017 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:24:27.017 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:24:27.017 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:24:27.017 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:24:27.017 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:24:27.017 DEBUG [main][MenuItemLookup] Item match:Window 08:24:27.018 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:24:27.018 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:24:27.018 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:24:27.018 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:27.018 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:24:27.018 DEBUG [main][MenuItemLookup] Item match:Show View 08:24:27.023 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 08:24:27.023 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 08:24:27.023 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 08:24:27.023 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 08:24:27.023 DEBUG [main][MenuItemLookup] Found menu:'Progress' 08:24:27.023 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 08:24:27.023 DEBUG [main][MenuItemLookup] Found menu:'Properties' 08:24:27.023 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 08:24:27.023 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:27.023 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 08:24:27.023 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 08:24:27.044 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 08:24:27.044 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 08:24:27.045 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 08:24:27.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 08:24:27.104 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 08:24:27.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 08:24:27.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:27.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:27.105 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 08:24:27.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:27.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:27.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:27.106 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:24:27.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:27.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:27.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:27.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:27.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:27.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:27.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:24:27.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:24:27.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 08:24:27.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:24:27.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:24:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:24:27.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:24:27.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 08:24:27.614 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 08:24:27.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:24:27.614 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 08:24:27.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:24:27.614 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 08:24:27.615 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 08:24:27.615 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 08:24:27.615 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 08:24:27.615 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 08:24:27.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:27.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:27.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:27.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:24:27.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:27.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:27.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:27.616 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") 08:24:27.616 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:27.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:27.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:27.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 08:24:27.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:27.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:27.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:27.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:27.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:27.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:27.618 INFO [WorkbenchTestable][AbstractButton] Click button &Open 08:24:27.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:27.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:27.618 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:27.618 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:27.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:24:27.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:24:27.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open... 08:24:27.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:27.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:27.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open finished successfully 08:24:27.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:27.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:27.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:27.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:27.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:27.783 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:27.783 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') 08:24:27.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:27.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:27.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:27.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:27.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:27.820 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:24:27.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:24:27.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:27.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:27.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:27.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:27.822 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 08:24:27.822 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:27.822 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 08:24:27.822 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:27.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:27.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:28.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:28.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:28.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:28.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:28.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:24:28.826 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was not found 08:24:28.826 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 08:24:28.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:24:28.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:28.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:28.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:28.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:28.828 INFO [WorkbenchTestable][AbstractView] Close view 'Error Log' 08:24:28.828 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Error Log 08:24:28.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 08:24:28.830 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 08:24:28.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:28.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:28.866 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:28.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:28.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:28.908 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:24:28.908 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:28.909 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:24:28.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:28.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:28.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:28.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:28.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:28.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:28.915 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:28.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:28.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:28.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:28.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:28.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:28.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:28.941 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') 08:24:28.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:28.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:28.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:28.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:28.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:28.947 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:28.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:28.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:28.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:28.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:28.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:28.953 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 08:24:28.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:28.953 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:28.953 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:28.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:24:28.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:24:28.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:28.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 08:24:28.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:28.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:28.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:28.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:28.986 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:28.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:28.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:28.986 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:24:28.986 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:28.987 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:24:28.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:28.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:28.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:28.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:28.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.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. 08:24:29.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:29.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:29.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:29.016 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:29.016 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') 08:24:29.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:29.020 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:29.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:29.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:29.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:29.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:29.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:29.045 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") 08:24:29.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:29.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:29.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:29.046 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:29.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:29.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:29.049 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") 08:24:29.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:29.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:29.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:29.078 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:29.078 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:29.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:29.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:29.079 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:24:29.079 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:29.079 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:24:29.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:29.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:29.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:29.079 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:29.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.083 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:29.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:29.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:29.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:29.124 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:29.125 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') 08:24:29.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:29.128 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:29.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:29.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:29.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:29.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:29.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:29.134 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 08:24:29.134 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:29.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:29.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:29.134 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:29.134 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:29.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:29.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:29.160 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:29.160 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:29.160 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:29.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:29.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:29.161 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:24:29.161 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:29.162 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:24:29.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:29.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:29.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:29.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:29.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.165 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:29.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:29.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:29.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:29.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:29.170 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') 08:24:29.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:29.211 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:29.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:29.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:29.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:29.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:29.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:29.216 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") 08:24:29.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:29.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:29.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:29.216 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:29.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:29.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:29.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:29.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:29.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:29.243 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:29.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:29.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:29.243 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:24:29.244 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:29.244 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:24:29.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:29.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:29.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:29.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:29.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.247 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:29.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:29.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:29.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:29.251 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:29.251 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') 08:24:29.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:29.273 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:29.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:29.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:29.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:29.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:29.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:29.278 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") 08:24:29.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:29.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:29.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:29.278 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:29.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:29.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:29.280 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 08:24:29.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:29.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:29.286 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:29.286 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:29.286 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:29.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:29.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:29.287 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:24:29.287 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:29.287 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:24:29.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:29.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:29.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:29.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:29.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.310 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:29.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:29.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:29.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:29.315 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:29.315 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') 08:24:29.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:29.319 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:29.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:29.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:29.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:29.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:29.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:29.323 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") 08:24:29.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:29.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:29.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:29.342 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:29.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:29.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:29.344 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 08:24:29.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:24:29.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:24:29.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 08:24:29.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:29.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:29.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:29.350 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:29.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:29.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:29.350 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 08:24:29.351 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 08:24:29.351 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:29.351 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:29.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:29.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.638 s - in org.eclipse.reddeer.uiforms.test.DefaultFormTest testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 1.985 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.078 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.092 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.082 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.081 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.063 s Running org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:29.359 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:29.360 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:24:29.360 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:29.360 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:29.360 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:29.360 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:24:29.361 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:29.361 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:24:29.361 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:29.361 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:24:29.361 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.*'] 08:24:29.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:29.361 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.*'] 08:24:29.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:29.361 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.*'] 08:24:29.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:29.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:29.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:29.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:29.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:29.362 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:24:29.362 DEBUG [main][MenuItemLookup] Found menu:'File' 08:24:29.362 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:24:29.362 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:24:29.362 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:24:29.362 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:24:29.362 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:24:29.362 DEBUG [main][MenuItemLookup] Item match:Window 08:24:29.363 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:24:29.363 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:24:29.363 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:24:29.363 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:29.363 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:24:29.363 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:24:29.363 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:29.363 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:24:29.363 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:29.363 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:24:29.363 DEBUG [main][MenuItemLookup] Item match:Preferences 08:24:29.363 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:24:29.363 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:24:29.363 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:24:29.456 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.... 08:24:29.458 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 08:24:29.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:24:29.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:29.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:29.460 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:24:29.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:29.460 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 08:24:29.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:24:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:24:29.463 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) 08:24:29.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:29.466 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:24:29.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:29.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:29.466 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:29.466 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:29.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:24:29.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:24:29.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:29.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:29.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:29.490 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:29.491 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:29.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:29.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:29.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:29.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:29.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.494 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:29.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:29.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:29.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:29.524 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:29.524 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') 08:24:29.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:29.527 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:29.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:29.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:29.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:29.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:29.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:29.536 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) 08:24:29.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:29.536 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:29.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:29.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:29.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:24:29.564 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: ") 08:24:29.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:29.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:29.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:30.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:30.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:30.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:30.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:30.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:24:30.567 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 08:24:30.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:30.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:30.567 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:30.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:30.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:30.568 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:30.568 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:30.568 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:30.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:30.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:30.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:30.568 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:30.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:30.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:30.572 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:30.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:30.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:30.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:30.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:30.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:30.613 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:30.613 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') 08:24:30.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:30.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:30.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:30.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:30.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:30.619 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:30.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:30.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:30.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:30.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:30.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:30.626 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) 08:24:30.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:30.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:30.644 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:30.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:30.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:30.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:30.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:30.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:30.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:24:30.655 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: ") 08:24:30.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:30.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:30.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:30.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:30.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:24:30.656 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:24:30.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:30.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:30.657 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:30.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:30.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:30.666 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:30.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:30.667 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:30.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:30.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:30.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:30.667 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:30.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:30.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:30.672 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:30.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:30.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:30.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:30.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:30.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:30.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:30.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 '\*?\QUI Form Test\E') 08:24:30.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:30.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:30.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:30.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:30.714 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:30.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:30.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:30.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:30.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:30.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:30.719 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") 08:24:30.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:30.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:30.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:30.719 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:30.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:30.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:30.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:30.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:31.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:31.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:31.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:24:31.742 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was not found 08:24:31.742 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:31.742 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:31.742 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:31.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:31.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:31.743 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:31.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:31.743 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:31.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:31.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:31.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:31.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:31.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.749 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:31.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:31.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:31.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:31.773 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:31.773 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') 08:24:31.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:31.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:31.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:31.779 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:31.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:31.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:31.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:31.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:31.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:31.782 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) 08:24:31.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:31.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:31.783 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:31.783 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:31.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:24:31.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:24:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:31.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 08:24:31.786 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:31.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:31.787 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:31.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:31.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:31.787 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:31.787 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:31.787 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:31.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:31.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:31.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:31.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:31.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.817 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:31.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:31.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:31.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:31.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 08:24:31.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:31.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:31.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:31.850 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:31.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:31.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:31.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:31.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:31.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:31.854 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") 08:24:31.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:31.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:31.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:31.855 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:31.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:31.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:31.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:31.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:31.874 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") 08:24:31.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:31.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:31.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:24:31.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:31.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:31.876 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:31.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:31.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:31.876 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:31.877 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:31.877 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:31.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:31.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:31.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:31.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:31.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.885 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:31.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:31.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:31.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:31.898 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:31.899 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') 08:24:31.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:31.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:31.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:31.925 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:31.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:31.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:31.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:31.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:31.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:31.929 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) 08:24:31.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:31.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:31.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:31.929 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:31.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:31.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:31.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:31.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:24:31.932 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:31.932 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:31.932 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:31.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:31.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:31.932 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:31.933 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:31.933 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:31.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:31.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:31.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:31.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:31.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.959 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:31.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:31.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:31.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:31.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:31.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') 08:24:31.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:31.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:31.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:31.972 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:31.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:31.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:31.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:31.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:31.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:31.993 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") 08:24:31.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:31.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:31.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:31.994 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:31.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:31.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:31.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:31.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:31.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:31.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:24:31.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:31.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:31.997 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:31.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:31.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:31.998 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:31.998 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:31.998 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:31.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:31.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:31.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:31.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:31.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.004 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:32.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:32.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:32.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:32.029 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:32.029 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') 08:24:32.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:32.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:32.035 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:32.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:32.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:32.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:32.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:32.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:32.038 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") 08:24:32.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:32.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:32.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:32.038 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:32.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:32.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:32.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:32.057 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) 08:24:32.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:32.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 08:24:32.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:32.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:32.059 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:32.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:32.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:32.059 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:32.059 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:32.059 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:32.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:32.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:32.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:32.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:32.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.065 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:32.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:32.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:32.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:32.072 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:32.072 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') 08:24:32.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:32.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:32.109 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:32.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:32.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:32.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:32.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:32.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:32.113 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") 08:24:32.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:32.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:32.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:32.113 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:32.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:32.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:32.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:32.115 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) 08:24:32.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:24:32.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:24:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:32.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 08:24:32.117 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:32.117 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:32.117 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:32.117 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 08:24:32.118 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 08:24:32.118 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:32.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:32.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:32.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.76 s - in org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.077 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.098 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.076 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.044 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.089 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.055 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.065 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.061 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.058 s Running org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:32.125 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:32.126 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:24:32.126 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:32.126 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:32.127 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:32.127 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:24:32.137 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:32.138 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:24:32.138 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:32.138 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:24:32.138 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.*'] 08:24:32.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:32.138 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.*'] 08:24:32.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:32.140 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.*'] 08:24:32.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:32.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:32.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:32.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:32.141 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:32.141 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:24:32.141 DEBUG [main][MenuItemLookup] Found menu:'File' 08:24:32.141 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:24:32.141 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:24:32.141 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:24:32.141 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:24:32.141 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:24:32.141 DEBUG [main][MenuItemLookup] Item match:Window 08:24:32.142 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:24:32.142 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:24:32.143 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:24:32.143 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:32.143 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:24:32.143 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:24:32.143 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:32.143 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:24:32.143 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:32.143 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:24:32.143 DEBUG [main][MenuItemLookup] Item match:Preferences 08:24:32.143 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:24:32.143 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:24:32.143 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:24:32.252 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.... 08:24:32.253 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 08:24:32.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:24:32.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:32.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:32.255 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:24:32.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:32.255 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 08:24:32.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:32.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:32.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:24:32.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:24:32.256 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) 08:24:32.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:32.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:32.259 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:24:32.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:32.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:32.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:32.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:32.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:24:32.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:24:32.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:32.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:32.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:32.293 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:32.293 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:32.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:32.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:32.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:32.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:32.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.320 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:32.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:32.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:32.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:32.326 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:32.326 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') 08:24:32.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:32.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:32.333 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:32.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:32.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:32.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:32.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:32.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:32.339 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 08:24:32.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:32.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:32.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:32.339 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:32.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:32.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:32.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:24:32.343 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") 08:24:32.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:32.343 TRACE [main][WidgetHandler] Notify FormText with event 1 08:24:32.343 TRACE [main][WidgetHandler] Wait for synchronization 08:24:32.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:32.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:32.346 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:32.346 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:32.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:32.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 08:24:32.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:32.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:32.362 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:32.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:32.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:32.362 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:32.362 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:32.363 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:32.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:32.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:32.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:32.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:32.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.369 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:32.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:32.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:32.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:32.376 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:32.376 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') 08:24:32.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:32.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:32.399 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:32.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:32.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:32.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:32.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:32.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:32.403 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 08:24:32.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:32.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:32.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:32.403 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:32.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:32.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:32.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:24:32.404 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 08:24:32.404 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:32.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:32.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:32.405 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:32.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:32.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:24:32.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:24:32.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:32.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 08:24:32.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:32.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:32.407 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:32.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:32.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:32.407 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:32.407 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:32.407 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:32.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:32.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:32.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:32.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:32.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.430 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:32.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:32.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:32.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:32.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:32.436 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') 08:24:32.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:32.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:32.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:32.442 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:32.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:32.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:32.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:32.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:32.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:32.449 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") 08:24:32.449 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:32.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:32.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:32.461 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:32.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:32.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:32.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:32.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:33.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:33.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:24:33.481 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was not found 08:24:33.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:33.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:33.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:33.482 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:33.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:33.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:33.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.488 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:33.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:33.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:33.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:33.512 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:33.513 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') 08:24:33.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:33.519 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:33.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:33.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:33.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:33.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:33.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:33.523 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 08:24:33.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:33.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.523 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:33.523 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:33.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:24:33.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:24:33.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 08:24:33.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:33.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:33.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.525 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:33.525 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:33.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:33.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:33.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.548 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:33.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:33.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:33.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:33.554 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:33.554 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') 08:24:33.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:33.560 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:33.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:33.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:33.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:33.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:33.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:33.581 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 08:24:33.581 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:33.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.582 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:33.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:33.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:24:33.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:33.583 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:33.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.584 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.584 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:33.584 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:33.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:33.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:33.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.590 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:33.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:33.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:33.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:33.613 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:33.613 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') 08:24:33.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:33.619 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:33.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:33.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:33.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:33.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:33.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:33.623 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") 08:24:33.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:33.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.623 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:33.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:33.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:33.626 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") 08:24:33.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:24:33.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:33.627 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:33.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.644 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.644 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:33.644 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:33.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:33.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:33.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.650 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:33.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:33.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:33.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:33.657 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:33.657 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') 08:24:33.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:33.685 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:33.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:33.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:33.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:33.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:33.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:33.689 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 08:24:33.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:33.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.689 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:33.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:33.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:24:33.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:33.690 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:33.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.691 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.691 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:33.691 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:33.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:33.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:33.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.713 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:33.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:33.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:33.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:33.720 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:33.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 '\*?\QUI Form Test\E') 08:24:33.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:33.726 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:33.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:33.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:33.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:33.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:33.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:33.730 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 08:24:33.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:33.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.746 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:33.746 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:33.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:24:33.748 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.748 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:33.748 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:33.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.748 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.748 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:33.749 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:33.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:33.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:33.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.755 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:33.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:33.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:33.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:33.762 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:33.763 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') 08:24:33.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:33.769 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:33.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:33.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:33.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:33.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:33.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:33.772 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") 08:24:33.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:33.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.773 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:33.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:33.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:24:33.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:33.774 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:33.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.775 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.775 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:33.775 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:33.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:33.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:33.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.797 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:33.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:33.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:33.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:33.813 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:33.813 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') 08:24:33.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:33.819 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:33.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:33.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:33.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:33.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:33.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:33.822 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") 08:24:33.822 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:33.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.823 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:33.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:33.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:33.825 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 08:24:33.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 08:24:33.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:33.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:33.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.827 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.827 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:33.827 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:33.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:33.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:33.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.849 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:33.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:33.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:33.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:33.856 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:33.856 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') 08:24:33.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:33.878 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:33.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:33.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:33.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:33.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:33.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:33.881 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") 08:24:33.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.882 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:33.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:33.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:33.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:33.884 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 08:24:33.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:33.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:24:33.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:24:33.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:33.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 08:24:33.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:33.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:33.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:33.886 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 08:24:33.886 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 08:24:33.886 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:33.886 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:33.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:33.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.762 s - in org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.069 s hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.044 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 1.075 s indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.043 s defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.059 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.06 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.057 s titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.026 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.051 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.059 s Running org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:33.893 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:33.894 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:24:33.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:33.894 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:33.894 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:33.894 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:24:33.910 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:33.910 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:24:33.910 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:33.910 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 08:24:33.911 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.*'] 08:24:33.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:33.911 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.*'] 08:24:33.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:33.911 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.*'] 08:24:33.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:33.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:33.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:33.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:33.912 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:33.912 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:24:33.912 DEBUG [main][MenuItemLookup] Found menu:'File' 08:24:33.912 DEBUG [main][MenuItemLookup] Found menu:'Edit' 08:24:33.912 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 08:24:33.912 DEBUG [main][MenuItemLookup] Found menu:'Search' 08:24:33.912 DEBUG [main][MenuItemLookup] Found menu:'Project' 08:24:33.912 DEBUG [main][MenuItemLookup] Found menu:'Window' 08:24:33.912 DEBUG [main][MenuItemLookup] Item match:Window 08:24:33.913 DEBUG [main][MenuItemLookup] Found menu:'New Window' 08:24:33.913 DEBUG [main][MenuItemLookup] Found menu:'Editor' 08:24:33.913 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 08:24:33.913 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:33.913 DEBUG [main][MenuItemLookup] Found menu:'Show View' 08:24:33.913 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 08:24:33.913 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:33.913 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 08:24:33.913 DEBUG [main][MenuItemLookup] Found menu:'' 08:24:33.913 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 08:24:33.913 DEBUG [main][MenuItemLookup] Item match:Preferences 08:24:33.913 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 08:24:33.913 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 08:24:33.913 INFO [main][MenuItemHandler] Select menu item: &Preferences 08:24:33.998 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.... 08:24:34.002 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 08:24:34.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:24:34.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:34.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:34.003 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 08:24:34.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:34.003 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 08:24:34.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:34.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:34.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:34.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:34.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:24:34.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:24:34.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:24:34.005 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) 08:24:34.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:34.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:34.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:34.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:34.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:34.008 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:24:34.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:34.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:34.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:34.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:24:34.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:24:34.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:24:34.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:34.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:34.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:34.041 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:34.041 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:34.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:34.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:34.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:34.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:34.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:34.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:34.063 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:34.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:34.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:34.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:34.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:34.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:34.069 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:34.069 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') 08:24:34.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:34.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:34.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:34.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:34.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:34.076 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:34.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:34.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:34.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:34.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:34.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:34.081 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 08:24:34.081 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:34.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:34.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:34.081 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:34.081 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:34.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:34.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:34.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:34.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:34.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:24:34.112 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: ") 08:24:34.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:34.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:34.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:34.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:34.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:35.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:35.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:35.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:24:35.115 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 08:24:35.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:35.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:35.115 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:35.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:35.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:35.115 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:35.115 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:35.115 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:35.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:35.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:35.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:35.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:35.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:35.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:35.121 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:35.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:35.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:35.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:35.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:35.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:35.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:35.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 '\*?\QUI Form Test\E') 08:24:35.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:35.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:35.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:35.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:35.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:35.135 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:35.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:35.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:35.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:35.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:35.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:35.138 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 08:24:35.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:35.139 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:35.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:35.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:35.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:35.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:35.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:24:35.163 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: ") 08:24:35.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:35.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:35.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:35.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:35.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:24:35.164 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:24:35.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:35.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:35.164 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:35.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:35.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:35.165 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:35.165 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:35.165 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:35.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:35.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:35.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:35.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:35.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:35.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:35.171 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:35.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:35.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:35.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:35.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:35.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:35.185 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:35.185 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') 08:24:35.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:35.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:35.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:35.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:35.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:35.207 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:35.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:35.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:35.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:35.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:35.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:35.212 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") 08:24:35.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:35.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:35.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:35.212 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:35.212 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:35.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:35.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:35.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:35.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:35.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:36.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:24:36.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:24:36.234 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was not found 08:24:36.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:36.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:36.234 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:36.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:36.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:36.235 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:36.235 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:36.235 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:36.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:36.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:36.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:36.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:36.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.244 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:36.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:36.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:36.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:36.269 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:36.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') 08:24:36.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:36.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:36.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:36.275 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:36.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:36.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:36.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:36.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:36.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:36.279 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 08:24:36.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:36.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:36.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:36.279 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:36.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:36.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:36.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:24:36.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:24:36.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:36.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 08:24:36.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:36.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:36.281 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:36.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:36.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:36.282 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:36.282 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:36.282 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:36.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:36.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:36.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:36.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:36.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.306 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:36.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:36.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:36.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:36.312 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:36.312 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') 08:24:36.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:36.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:36.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:36.337 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:36.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:36.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:36.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:36.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:36.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:36.341 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") 08:24:36.341 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:36.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:36.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:36.341 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:36.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:36.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:36.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:36.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:36.343 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") 08:24:36.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:36.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:36.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:24:36.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:36.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:36.346 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:36.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:36.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:36.346 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:36.346 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:36.346 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:36.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:36.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:36.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:36.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:36.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.367 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:36.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:36.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:36.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:36.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:36.378 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') 08:24:36.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:36.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:36.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:36.406 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:36.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:36.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:36.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:36.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:36.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:36.410 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 08:24:36.410 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:36.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:36.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:36.410 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:36.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:36.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:36.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:36.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:24:36.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:36.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:36.411 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:36.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:36.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:36.411 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:36.411 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:36.412 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:36.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:36.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:36.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:36.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:36.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.438 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:36.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:36.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:36.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:36.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:36.446 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') 08:24:36.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:36.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:36.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:36.472 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:36.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:36.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:36.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:36.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:36.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:36.476 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") 08:24:36.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:36.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:36.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:36.476 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:36.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:36.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:36.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:36.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:24:36.477 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:36.477 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:36.477 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:36.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:36.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:36.477 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:36.477 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:36.477 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:36.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:36.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:36.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:36.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:36.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.500 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:36.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:36.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:36.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:36.511 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:36.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 '\*?\QUI Form Test\E') 08:24:36.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:36.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:36.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:36.537 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:36.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:36.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:36.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:36.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:36.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:36.541 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") 08:24:36.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:36.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:36.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:36.541 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:36.542 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:36.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:36.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:36.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:36.544 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 08:24:36.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:36.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:36.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 08:24:36.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:36.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:36.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:36.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:36.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:36.547 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:36.547 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:36.547 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:36.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:36.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:36.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:36.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:36.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.575 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 08:24:36.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:36.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:36.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:36.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:36.583 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') 08:24:36.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:36.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:36.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 08:24:36.607 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 08:24:36.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 08:24:36.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 08:24:36.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 08:24:36.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 08:24:36.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 08:24:36.611 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") 08:24:36.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:24:36.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:36.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:36.611 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 08:24:36.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:24:36.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:36.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:36.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:36.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:36.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 08:24:36.614 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 08:24:36.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:36.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 08:24:36.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 08:24:36.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:36.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 08:24:36.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:36.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:36.616 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:36.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:36.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:24:36.617 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 08:24:36.617 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 08:24:36.617 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:24:36.617 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:24:36.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:24:36.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.746 s - in org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.074 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.05 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.07 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.046 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.064 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.065 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.065 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.07 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.07 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-0809 [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 08:24:48.137 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:24:48.139 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 08:24:48.212 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 08:24:48.213 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 08:24:48.234 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:24:48.260 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:24:48.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:54.886 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:24:54.888 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 08:24:54.888 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 08:24:54.899 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 08:24:54.903 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:54.904 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:24:54.937 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:54.938 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:24:54.941 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:54.943 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:24:54.944 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:24:54.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:24:54.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:24:54.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:24:54.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:24:54.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:24:54.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:54.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:54.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:24:55.012 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.... 08:24:55.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:55.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:55.152 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 08:24:55.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:24:55.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:24:55.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:24:55.156 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.... 08:24:55.156 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.*'] 08:24:55.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:55.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:24:55.157 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 08:24:55.218 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) 08:24:55.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:24:55.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:24:55.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:24:55.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:24:55.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:24:55.239 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:24:55.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:24:55.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:24:55.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:24:55.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:00.327 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.... 08:25:00.327 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.*'] 08:25:00.327 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:00.328 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 08:25:00.329 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:25:00.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:00.333 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:00.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:00.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:00.336 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:25:00.337 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:00.337 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:25:00.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:25:00.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:00.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:00.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:00.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:00.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:00.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:00.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:00.338 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.... 08:25:00.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:00.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:00.423 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 08:25:00.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:00.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:00.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:00.428 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.*'] 08:25:00.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:00.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:00.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:00.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:00.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:00.429 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:00.429 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 08:25:00.430 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) 08:25:00.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:00.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:00.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:00.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:00.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:00.433 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:25:00.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:00.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:00.433 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:00.433 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:00.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:25:00.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:25:00.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:25:00.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:25:00.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:25:00.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:25:00.460 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:25:00.460 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:00.460 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:00.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:00.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:00.470 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:25:00.470 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:00.470 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:25:00.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:25:00.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:00.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:00.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:00.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:00.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:00.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:00.471 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:00.471 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.... 08:25:00.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:00.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:00.552 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 08:25:00.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:00.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:00.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:00.554 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.... 08:25:00.554 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"] 08:25:00.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:00.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:00.555 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 08:25:00.555 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) 08:25:00.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:00.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:00.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:00.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:00.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:00.558 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:25:00.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:00.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:00.558 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:00.558 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:05.582 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.... 08:25:05.582 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"] 08:25:05.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:05.583 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 08:25:05.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:25:05.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:05.583 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:05.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:05.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:05.583 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:25:05.583 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:05.584 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:25:05.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:25:05.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:05.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:05.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:05.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:05.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:05.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:05.584 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:05.584 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.... 08:25:05.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:05.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:05.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 08:25:05.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:05.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:05.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:05.649 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.*'] 08:25:05.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:05.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:05.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:05.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:05.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:05.650 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:05.650 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 08:25:05.650 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) 08:25:05.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:05.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:05.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:05.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:05.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:05.652 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:25:05.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:05.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:05.653 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:05.653 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:05.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:25:05.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:25:05.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:25:05.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:25:05.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:25:05.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:25:05.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:25:05.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:05.676 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:05.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:05.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:05.676 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:25:05.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:05.676 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:25:05.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:25:05.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:05.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:05.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:05.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:05.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:05.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:05.677 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:05.677 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.... 08:25:05.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:05.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:05.741 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 08:25:05.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:05.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:05.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:05.742 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.... 08:25:05.742 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.*'] 08:25:05.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:05.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:05.743 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 08:25:05.743 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) 08:25:05.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:05.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:05.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:05.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:05.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:05.746 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:25:05.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:05.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:05.746 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:05.746 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:10.770 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.... 08:25:10.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 'Testing.*'] 08:25:10.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:10.771 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 08:25:10.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:25:10.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:10.771 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:10.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:10.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:10.772 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:25:10.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:10.772 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:25:10.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:25:10.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:10.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:10.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:10.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:10.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:10.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:10.773 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:10.773 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.... 08:25:10.835 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:10.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:10.836 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 08:25:10.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:10.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:10.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:10.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available... 08:25:10.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available finished successfully 08:25:10.838 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) 08:25:10.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:10.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:10.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:10.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:10.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:10.841 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:25:10.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:10.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:10.841 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:10.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:15.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:25:15.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:25:15.884 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:25:15.884 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:15.884 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:15.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:15.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:15.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 08:25:15.887 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 08:25:15.888 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:15.888 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:15.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:15.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.785 s - in org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.392 s testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.132 s testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.113 s testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.092 s testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.096 s testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.113 s Running org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:15.937 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:15.939 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:25:15.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:15.939 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:15.939 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:15.940 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:25:15.940 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:15.940 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:25:15.940 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:15.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:15.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:15.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:15.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:15.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:15.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:15.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:15.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:15.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:15.942 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:15.943 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.... 08:25:16.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:16.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:16.013 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 08:25:16.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:16.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:16.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:16.015 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:16.015 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 08:25:16.016 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) 08:25:16.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:16.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:16.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:16.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:16.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:16.019 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:25:16.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:16.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:16.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:16.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:16.026 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:16.026 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) 08:25:16.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:16.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:16.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:16.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:16.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:16.028 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:16.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:16.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:16.029 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:25:16.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:16.030 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") 08:25:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:16.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:16.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:16.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:16.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:16.032 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:16.032 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:16.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:16.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:16.055 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:16.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:16.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:16.056 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:16.056 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:16.056 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:16.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:16.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:16.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:16.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:16.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:16.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:16.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:16.067 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:16.067 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.... 08:25:16.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:16.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:16.163 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 08:25:16.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:16.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:16.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:16.166 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:16.166 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 08:25:16.166 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) 08:25:16.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:16.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:16.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:16.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:16.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:16.168 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:25:16.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:16.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:16.169 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:16.169 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:16.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:25:16.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:25:16.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:25:16.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:25:16.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:25:16.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:25:16.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:16.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:16.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:16.224 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:16.224 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:16.225 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:16.225 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:16.225 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:16.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:16.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:16.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:16.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:16.225 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:16.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:16.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:16.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:16.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:16.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:16.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:16.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:16.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:16.226 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.... 08:25:16.285 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:16.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:16.286 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 08:25:16.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:16.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:16.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:16.287 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:16.288 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) 08:25:16.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:16.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:16.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:16.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:16.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:16.290 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:16.290 INFO [WorkbenchTestable][WizardDialog] Finish wizard 08:25:16.290 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) 08:25:16.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:16.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:16.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:16.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:16.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:16.312 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 08:25:16.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:16.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:16.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:16.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:21.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:25:21.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:25:21.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:25:21.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:25:21.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:25:21.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:25:21.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:21.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:21.335 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:21.335 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:21.335 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:21.335 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:21.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:21.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:21.336 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:21.336 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:21.336 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:21.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:21.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:21.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:21.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:21.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:21.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:21.337 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.... 08:25:21.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:21.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:21.400 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 08:25:21.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:21.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.403 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:21.403 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) 08:25:21.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:21.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:21.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:21.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:21.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:21.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:21.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:21.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:21.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:25:21.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:21.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.406 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") 08:25:21.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:21.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:21.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:21.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:21.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:21.408 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:21.408 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:21.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:21.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:21.430 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:21.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:21.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:21.430 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:21.430 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:21.431 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:21.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:21.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:21.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:21.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:21.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:21.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:21.431 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.... 08:25:21.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:21.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:21.510 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 08:25:21.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:21.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.512 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:21.514 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:25:21.517 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:21.519 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:21.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:21.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:21.519 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:25:21.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:21.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.520 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") 08:25:21.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:21.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:21.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:21.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:21.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:21.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:21.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:21.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:21.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:21.541 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:21.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:21.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:21.541 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:21.541 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:21.541 INFO [WorkbenchTestable][RequirementsRunner] Started test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:21.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:21.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:21.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:21.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:21.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:21.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.542 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:21.542 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.... 08:25:21.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:21.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:21.623 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 08:25:21.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:21.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.625 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:21.625 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 08:25:21.625 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) 08:25:21.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:21.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:21.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:21.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:21.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:21.627 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:25:21.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:21.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:21.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:21.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:21.629 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:21.630 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) 08:25:21.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:21.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:21.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:21.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:21.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:21.631 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:21.631 INFO [WorkbenchTestable][WizardDialog] Go to previous wizard page 08:25:21.632 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) 08:25:21.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:21.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:21.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:21.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:21.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:21.637 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 08:25:21.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:21.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:21.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:21.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:21.640 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 08:25:21.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:21.641 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 08:25:21.641 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:21.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:21.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:21.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:25:21.643 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:21.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:21.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:21.644 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:25:21.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:21.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.644 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") 08:25:21.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:21.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:21.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:21.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:21.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:21.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:21.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:21.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:21.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:21.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:21.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:21.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:21.666 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:21.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:21.666 INFO [WorkbenchTestable][RequirementsRunner] Started test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:21.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:21.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:21.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:21.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:21.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:21.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:21.666 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.... 08:25:21.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:21.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:21.747 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 08:25:21.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:21.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.748 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:21.748 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) 08:25:21.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:21.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:21.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:21.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:21.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:21.751 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:21.751 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 08:25:21.751 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) 08:25:21.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:21.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:21.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:21.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:21.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:21.752 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:25:21.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:21.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:21.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:21.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:21.755 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 08:25:21.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:21.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:21.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:21.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 08:25:21.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:21.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:21.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:21.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:21.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:21.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 08:25:21.756 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:21.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:21.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:21.756 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:25:21.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:21.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.756 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") 08:25:21.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:21.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:21.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:21.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:21.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:21.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:21.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:21.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:21.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:21.777 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:21.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:21.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:21.777 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:21.778 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:21.778 INFO [WorkbenchTestable][RequirementsRunner] Started test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:21.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:21.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:21.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:21.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:21.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:21.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.778 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:21.778 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.... 08:25:21.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:21.854 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:21.854 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 08:25:21.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:21.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.856 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:21.856 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) 08:25:21.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:21.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:21.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:21.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:21.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:21.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:21.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:25:21.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.861 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") 08:25:21.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:21.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:21.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:21.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:21.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:21.863 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:21.863 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:21.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:21.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:21.881 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:21.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:21.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:21.881 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:21.881 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:21.881 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:21.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:21.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:21.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:21.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:21.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:21.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:21.882 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.... 08:25:21.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:21.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:21.959 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 08:25:21.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:21.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:21.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:21.964 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.... 08:25:22.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:22.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:22.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:22.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:22.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:22.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:23.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:23.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:23.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:23.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:23.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:23.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:24.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:24.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:24.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:24.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:24.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:24.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:25.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:25.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:25.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:25.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:25.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:25.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:26.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:26.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:26.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:26.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:26.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:26.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:27.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:27.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:27.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:27.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:27.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:27.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:28.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:28.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:28.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:28.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:28.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:28.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:29.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:29.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:29.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:29.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:29.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:29.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:30.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:30.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:30.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:30.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:30.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:30.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:31.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:31.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:31.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:31.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:31.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:31.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.036 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 08:25:32.055 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:32.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:32.056 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing TitleAreaDialog 08:25:32.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 08:25:32.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:32.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:32.061 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") 08:25:32.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:32.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:32.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:32.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:32.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:32.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:32.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:32.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:32.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:32.092 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:25:32.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:32.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:32.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:32.094 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") 08:25:32.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:32.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:32.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:32.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:32.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:32.095 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:32.095 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:32.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:32.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:32.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:32.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:32.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:32.129 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:32.129 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:32.130 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:32.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:32.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:32.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:32.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:32.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:32.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:32.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:32.130 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:32.130 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.... 08:25:32.185 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.186 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 08:25:32.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:32.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:32.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:32.188 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 08:25:32.188 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:32.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:32.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:32.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:25:32.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:32.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:32.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:32.189 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") 08:25:32.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:32.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:32.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:32.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:32.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:32.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:32.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:32.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:32.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:32.218 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:32.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:32.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:32.218 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:32.218 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:32.218 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:32.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:32.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:32.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:32.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:32.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:32.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:32.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:32.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:32.219 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.... 08:25:32.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.276 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 08:25:32.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:32.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:32.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:32.278 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:32.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:32.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:32.278 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 08:25:32.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 08:25:32.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:32.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:32.278 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") 08:25:32.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:32.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:32.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:32.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:32.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:32.280 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:32.280 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:32.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:32.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:32.317 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:32.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:32.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:32.318 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 08:25:32.318 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 08:25:32.318 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:32.318 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:32.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:32.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.383 s - in org.eclipse.reddeer.jface.test.wizard.WizardDialogTest next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.114 s cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.169 s finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 5.111 s finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.094 s getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.11 s back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.125 s next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.111 s back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.103 s testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 10.248 s getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.088 s getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.1 s Running org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:25:32.332 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:25:32.334 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:25:32.335 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:32.335 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:25:32.335 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:32.335 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:25:32.335 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:32.335 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:25:32.335 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:32.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"] 08:25:32.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.341 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"] 08:25:32.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.341 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"] 08:25:32.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.341 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:32.341 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 08:25:32.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:25:32.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:32.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:32.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:32.342 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"] 08:25:32.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.342 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"] 08:25:32.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.342 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"] 08:25:32.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.342 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"] 08:25:32.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.343 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"] 08:25:32.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.343 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"] 08:25:32.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:32.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:32.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:32.347 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:32.351 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:25:32.354 DEBUG [main][MenuItemLookup] Found menu:'File' 08:25:32.354 DEBUG [main][MenuItemLookup] Item match:File 08:25:32.358 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:25:32.358 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:25:32.358 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'Revert' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:32.359 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:25:32.359 DEBUG [main][MenuItemLookup] Item match:Import... 08:25:32.362 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 08:25:32.362 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 08:25:32.364 INFO [main][MenuItemHandler] Select menu item: &Import... 08:25:32.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 08:25:32.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 08:25:32.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 08:25:32.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:32.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:32.521 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:25:32.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:32.526 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 08:25:32.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:32.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:32.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:32.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:32.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:32.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:25:32.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:25:32.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children... 08:25:32.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 08:25:32.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:33.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:33.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 08:25:33.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children finished successfully 08:25:33.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 08:25:33.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:33.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing import category is already expanded. No action performed 08:25:33.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:33.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 08:25:33.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing import wizard 08:25:33.053 DEBUG [main][TreeItemHandler] Selecting tree item: Testing import wizard 08:25:33.054 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing import wizard about selection 08:25:33.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing import wizard 08:25:33.057 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 08:25:33.057 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 08:25:33.057 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) 08:25:33.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:33.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:33.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:33.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:33.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:33.059 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:25:33.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:33.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:33.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:33.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:33.065 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"] 08:25:33.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available.... 08:25:33.066 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 08:25:33.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 08:25:33.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:33.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:33.066 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 08:25:33.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:33.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:33.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 08:25:33.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:33.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:33.067 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 08:25:33.067 INFO [WorkbenchTestable][ImportWizardDialogImpl] Cancel wizard 08:25:33.067 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) 08:25:33.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:33.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:33.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:33.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:33.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:33.072 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:25:33.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:33.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:33.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:33.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:33.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:25:33.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:25:33.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:25:33.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:25:33.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:25:33.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:25:33.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:25:33.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:33.090 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:33.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:33.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:33.090 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 08:25:33.090 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 08:25:33.090 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:33.090 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:33.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:33.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 s - in org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) Time elapsed: 0.749 s Running org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:25:33.100 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:25:33.102 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:25:33.102 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:33.102 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:25:33.102 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:33.102 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:25:33.108 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:33.108 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:25:33.108 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:33.109 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'] 08:25:33.109 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.110 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'] 08:25:33.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.110 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"] 08:25:33.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.110 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:33.110 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:25:33.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:25:33.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:33.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:33.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:33.110 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'] 08:25:33.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.110 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'] 08:25:33.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.111 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'] 08:25:33.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.111 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"] 08:25:33.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.111 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'] 08:25:33.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.111 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'] 08:25:33.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:33.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:33.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:33.111 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:33.111 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:25:33.112 DEBUG [main][MenuItemLookup] Found menu:'File' 08:25:33.112 DEBUG [main][MenuItemLookup] Item match:File 08:25:33.113 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:25:33.113 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:25:33.118 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:25:33.118 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:33.118 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:25:33.119 DEBUG [main][MenuItemLookup] Found menu:'File' 08:25:33.119 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:25:33.119 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:33.119 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:25:33.119 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:25:33.119 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:25:33.119 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:25:33.119 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:25:33.181 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.... 08:25:33.182 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 08:25:33.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:25:33.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:33.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:33.184 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:25:33.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.184 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 08:25:33.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:33.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:33.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:33.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:33.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:33.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:25:33.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:25:33.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:25:33.187 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:25:33.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:33.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:33.689 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:25:33.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:25:33.689 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:25:33.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:33.689 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:25:33.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:33.689 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:25:33.689 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:25:33.689 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:25:33.690 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:25:33.691 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:25:33.691 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:25:33.691 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:25:33.691 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) 08:25:33.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:33.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:33.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:33.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:33.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:33.693 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:25:33.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:33.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:33.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:33.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:33.701 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'] 08:25:33.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:25:33.701 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 08:25:33.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:33.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:33.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:33.702 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:25:33.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.702 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'] 08:25:33.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.702 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'] 08:25:33.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.702 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"] 08:25:33.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:33.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:33.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:33.703 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:25:33.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.703 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:25:33.703 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:25:33.703 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) 08:25:33.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:33.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:33.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:33.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:33.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:33.704 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:25:33.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:33.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:33.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:33.705 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:33.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:25:33.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:25:33.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:25:33.732 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:25:33.732 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:25:33.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:25:33.732 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'] 08:25:33.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.732 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'] 08:25:33.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.732 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'] 08:25:33.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:33.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:33.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:33.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:33.733 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:25:33.733 DEBUG [main][MenuItemLookup] Found menu:'File' 08:25:33.733 DEBUG [main][MenuItemLookup] Item match:File 08:25:33.734 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:25:33.734 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:25:33.735 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:25:33.735 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:33.735 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:25:33.735 DEBUG [main][MenuItemLookup] Found menu:'File' 08:25:33.735 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:25:33.735 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:33.735 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:25:33.735 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:25:33.736 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:25:33.736 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:25:33.736 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:25:33.791 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.... 08:25:33.793 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 08:25:33.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:25:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:33.794 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:25:33.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:33.794 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 08:25:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:33.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:33.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:33.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:33.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:25:33.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:25:33.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:25:33.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:25:33.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:34.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:34.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:25:34.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:25:34.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:25:34.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:34.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:25:34.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:34.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:25:34.300 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:25:34.300 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:25:34.301 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:25:34.302 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:25:34.302 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:25:34.302 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:25:34.302 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) 08:25:34.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:34.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:34.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:34.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:34.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:34.304 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:25:34.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:34.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:34.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:34.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:34.311 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'] 08:25:34.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:25:34.312 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 08:25:34.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:34.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:34.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:34.312 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:25:34.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.312 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'] 08:25:34.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.313 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'] 08:25:34.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.313 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.... 08:25:34.313 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"] 08:25:34.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.313 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 08:25:34.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:34.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:34.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:34.313 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:25:34.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:34.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:34.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:34.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:34.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:34.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:34.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:34.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:34.314 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:25:34.314 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:25:34.314 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) 08:25:34.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:34.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:34.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:34.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:34.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:34.316 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:25:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:34.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:34.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:34.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:25:34.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:25:34.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:25:34.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:25:34.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:25:34.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:25:34.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:25:34.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:34.339 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:34.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:34.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:34.339 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:25:34.339 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'] 08:25:34.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 08:25:34.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.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: "Testing new wizard"] 08:25:34.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.340 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:34.340 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:25:34.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:25:34.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:34.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:34.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 08:25:34.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 08:25:34.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.341 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'] 08:25:34.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.341 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"] 08:25:34.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.341 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'] 08:25:34.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.341 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'] 08:25:34.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:34.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:34.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:34.341 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:34.341 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:25:34.341 DEBUG [main][MenuItemLookup] Found menu:'File' 08:25:34.342 DEBUG [main][MenuItemLookup] Item match:File 08:25:34.343 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:25:34.343 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:25:34.344 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:25:34.344 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:34.344 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:25:34.344 DEBUG [main][MenuItemLookup] Found menu:'File' 08:25:34.344 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:25:34.344 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:34.344 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:25:34.344 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:25:34.345 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:25:34.345 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:25:34.357 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:25:34.419 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.... 08:25:34.421 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 08:25:34.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:25:34.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:34.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:34.423 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:25:34.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.423 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 08:25:34.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:34.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:34.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:34.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:34.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:34.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:25:34.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:25:34.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:25:34.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:25:34.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:34.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:34.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:25:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:25:34.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:25:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:34.934 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:25:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:34.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:25:34.934 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:25:34.935 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:25:34.935 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:25:34.936 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:25:34.936 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:25:34.936 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:25:34.936 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) 08:25:34.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:34.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:34.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:34.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:34.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:34.939 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:25:34.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:34.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:34.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:34.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:34.946 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'] 08:25:34.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:25:34.946 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 08:25:34.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:34.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:34.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:34.947 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:25:34.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:34.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:34.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:34.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:34.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:34.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:34.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:34.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:34.947 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:25:34.947 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:25:34.948 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) 08:25:34.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:34.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:34.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:34.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:34.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:34.949 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:25:34.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:34.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:34.949 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:34.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:34.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:25:34.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:25:34.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:25:34.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:25:34.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:25:34.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:25:34.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:25:34.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:34.983 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:34.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:34.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:34.984 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:25:34.984 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'] 08:25:34.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.984 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'] 08:25:34.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.984 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"] 08:25:34.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.984 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:34.985 INFO [WorkbenchTestable][RequirementsRunner] Started test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:25:34.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:25:34.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:34.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:34.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:34.985 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'] 08:25:34.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.985 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'] 08:25:34.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.985 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'] 08:25:34.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.986 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"] 08:25:34.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.986 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'] 08:25:34.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.986 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'] 08:25:34.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:34.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:34.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:34.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:34.986 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:34.986 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:25:34.986 DEBUG [main][MenuItemLookup] Found menu:'File' 08:25:34.987 DEBUG [main][MenuItemLookup] Item match:File 08:25:34.988 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:25:34.988 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:25:34.989 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:25:34.989 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:34.989 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:25:34.989 DEBUG [main][MenuItemLookup] Found menu:'File' 08:25:34.989 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:25:34.989 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:34.989 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:25:34.989 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:25:34.990 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:25:34.990 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:25:34.990 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:25:35.048 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.... 08:25:35.049 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 08:25:35.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:25:35.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:35.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:35.051 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:25:35.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.051 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 08:25:35.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:35.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:35.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:35.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:35.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:35.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:25:35.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:25:35.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:25:35.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:25:35.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:35.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:35.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:25:35.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:25:35.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:25:35.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:35.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:25:35.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:35.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:25:35.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:25:35.557 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:25:35.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:25:35.558 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:25:35.558 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:25:35.558 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:25:35.558 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) 08:25:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:35.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:35.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:35.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:35.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:35.560 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:25:35.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:35.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:35.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:35.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:35.566 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'] 08:25:35.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:25:35.567 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 08:25:35.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:35.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:35.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:35.567 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:25:35.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.567 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'] 08:25:35.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.567 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'] 08:25:35.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.568 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"] 08:25:35.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:35.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:35.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:35.568 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:25:35.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:35.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:35.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:35.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:35.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:35.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:35.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:35.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:35.569 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:25:35.569 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:25:35.569 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) 08:25:35.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:35.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:35.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:35.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:35.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:35.570 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:25:35.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:35.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:35.570 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:35.570 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:35.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:25:35.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:25:35.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:25:35.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:25:35.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:25:35.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:25:35.599 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:25:35.599 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:35.599 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:35.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:35.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:35.600 INFO [WorkbenchTestable][RequirementsRunner] Finished test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 08:25:35.600 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 08:25:35.600 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:35.600 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:35.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:35.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.5 s - in org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 1.229 s open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.643 s useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.615 s Running org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:25:35.608 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:25:35.609 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:25:35.610 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:35.610 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:25:35.610 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:35.610 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:25:35.610 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:35.610 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:25:35.610 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:35.611 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"] 08:25:35.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.611 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"] 08:25:35.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.611 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"] 08:25:35.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:35.612 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 08:25:35.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:25:35.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:35.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:35.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:35.612 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"] 08:25:35.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.612 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"] 08:25:35.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.612 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"] 08:25:35.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.612 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"] 08:25:35.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.613 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"] 08:25:35.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.613 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"] 08:25:35.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:35.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:35.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:35.613 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:35.613 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:25:35.613 DEBUG [main][MenuItemLookup] Found menu:'File' 08:25:35.613 DEBUG [main][MenuItemLookup] Item match:File 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'Revert' 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'Move...' 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 08:25:35.614 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 08:25:35.615 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 08:25:35.615 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:35.615 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 08:25:35.615 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:35.615 DEBUG [main][MenuItemLookup] Found menu:'Import...' 08:25:35.615 DEBUG [main][MenuItemLookup] Found menu:'Export...' 08:25:35.615 DEBUG [main][MenuItemLookup] Item match:Export... 08:25:35.615 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Exp&ort..." 08:25:35.615 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Export... 08:25:35.615 INFO [main][MenuItemHandler] Select menu item: Exp&ort... 08:25:35.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available.... 08:25:35.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available. finished successfully 08:25:35.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Export 08:25:35.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:35.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:35.677 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 08:25:35.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:35.678 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 08:25:35.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:35.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:35.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:35.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:35.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:35.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:25:35.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:25:35.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children... 08:25:35.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 08:25:35.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:36.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:36.182 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 08:25:36.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children finished successfully 08:25:36.183 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 08:25:36.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:36.183 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing export category is already expanded. No action performed 08:25:36.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:36.183 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 08:25:36.183 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing export wizard 08:25:36.183 DEBUG [main][TreeItemHandler] Selecting tree item: Testing export wizard 08:25:36.184 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing export wizard about selection 08:25:36.186 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing export wizard 08:25:36.187 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 08:25:36.187 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 08:25:36.187 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) 08:25:36.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:36.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:36.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:36.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:36.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:36.189 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:25:36.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:36.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:36.189 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:36.189 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:36.194 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"] 08:25:36.194 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:36.194 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:36.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available.... 08:25:36.195 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 08:25:36.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 08:25:36.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:36.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:36.195 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 08:25:36.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:36.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:36.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:36.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 08:25:36.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:36.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:36.196 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 08:25:36.196 INFO [WorkbenchTestable][ExportWizardDialogImpl] Cancel wizard 08:25:36.196 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) 08:25:36.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:36.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:36.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:36.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:36.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:36.197 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:25:36.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:36.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:36.197 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:36.197 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:36.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:25:36.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:25:36.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:25:36.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:25:36.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:25:36.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:25:36.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:25:36.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:36.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:36.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:36.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:36.219 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 08:25:36.219 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 08:25:36.219 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:36.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:36.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:36.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.611 s - in org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) Time elapsed: 0.607 s Running org.eclipse.reddeer.jface.test.dialogs.InputDialogTest 08:25:36.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:25:36.289 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 08:25:36.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:25:36.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:36.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:36.290 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) 08:25:36.290 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:36.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:36.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:36.290 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:25:36.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:36.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:36.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:36.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:36.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:36.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:36.291 INFO [WorkbenchTestable][AbstractButton] Click button OK 08:25:36.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:36.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:36.292 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:36.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:36.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:25:36.368 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 08:25:36.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:25:36.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:36.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:36.370 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 08:25:36.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:36.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:36.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:36.370 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:25:36.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:36.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:36.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:36.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:36.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:36.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:25:36.370 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:25:36.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:25:36.453 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 08:25:36.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:25:36.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:36.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:36.454 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) 08:25:36.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:36.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:36.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:36.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:25:36.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:36.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:36.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:36.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:36.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:36.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:36.455 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:25:36.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:36.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:36.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:36.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:36.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 08:25:36.522 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 08:25:36.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 08:25:36.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:36.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:36.523 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 08:25:36.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:36.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:36.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:36.523 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:25:36.523 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:36.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:36.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:36.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:36.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:36.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:25:36.524 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:25:36.524 INFO [WorkbenchTestable][AbstractText] Text set to: something 08:25:36.526 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 08:25:36.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:36.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:36.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:36.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:25:36.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:36.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:36.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:36.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:36.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:36.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:25:36.526 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:25:36.526 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) 08:25:36.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:36.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:36.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:36.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 08:25:36.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:36.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:36.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:36.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:36.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:36.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:36.528 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:25:36.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:36.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:36.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:36.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s - in org.eclipse.reddeer.jface.test.dialogs.InputDialogTest inputDialogOkTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.097 s inputDialogMessagesTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.057 s inputDialogCancelTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.095 s inputDialogSetTextGetTextTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.063 s Running org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest 08:25:36.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'] 08:25:36.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:36.553 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'] 08:25:36.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:36.553 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"] 08:25:36.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:36.553 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'] 08:25:36.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:36.553 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'] 08:25:36.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:36.553 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'] 08:25:36.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:36.554 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"] 08:25:36.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:36.554 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'] 08:25:36.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:36.554 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'] 08:25:36.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:36.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:36.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:36.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:36.554 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:36.554 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 08:25:36.554 DEBUG [main][MenuItemLookup] Found menu:'File' 08:25:36.554 DEBUG [main][MenuItemLookup] Item match:File 08:25:36.555 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 08:25:36.556 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 08:25:36.557 DEBUG [main][MenuItemLookup] Found menu:'Project...' 08:25:36.557 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:36.557 DEBUG [main][MenuItemLookup] Found menu:'Folder' 08:25:36.557 DEBUG [main][MenuItemLookup] Found menu:'File' 08:25:36.557 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 08:25:36.557 DEBUG [main][MenuItemLookup] Found menu:'' 08:25:36.557 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 08:25:36.557 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 08:25:36.557 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 08:25:36.557 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 08:25:36.558 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 08:25:36.634 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.... 08:25:36.636 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 08:25:36.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 08:25:36.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:36.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:36.637 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:25:36.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:36.637 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 08:25:36.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:36.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:36.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:36.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:36.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:36.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:25:36.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:25:36.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 08:25:36.641 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:25:36.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:37.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:37.143 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:25:37.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 08:25:37.144 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 08:25:37.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:37.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 08:25:37.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:37.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 08:25:37.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 08:25:37.144 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 08:25:37.144 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 08:25:37.146 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 08:25:37.146 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 08:25:37.146 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 08:25:37.146 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) 08:25:37.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:37.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:37.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:37.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:37.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:37.148 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 08:25:37.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:37.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:37.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:37.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:37.157 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'] 08:25:37.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:37.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:37.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 08:25:37.157 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 08:25:37.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:37.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:37.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:37.158 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:25:37.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:37.158 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.... 08:25:37.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:37.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:37.163 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 08:25:37.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:37.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:37.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:37.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 08:25:37.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:37.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:37.164 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 08:25:37.164 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 08:25:37.164 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) 08:25:37.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:37.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:37.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:37.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:37.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:37.166 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 08:25:37.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:37.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:37.166 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:37.166 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:25:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:25:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 08:25:37.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 08:25:37.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 08:25:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 08:25:37.183 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.... 08:25:37.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:37.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:37.227 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 08:25:37.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 08:25:37.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:37.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:37.227 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.227 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:25:37.228 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.229 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.229 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.229 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.229 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.229 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.230 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") 08:25:37.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:37.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:37.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:37.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:25:37.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:37.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:37.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:37.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:37.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:37.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:37.232 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog error message 08:25:37.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:37.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:37.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:37.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:37.239 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.239 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:25:37.239 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.239 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.239 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.240 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.240 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") 08:25:37.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:37.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:37.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:37.240 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:25:37.240 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:37.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:37.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:37.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:37.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:37.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:37.241 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message 08:25:37.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:37.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:37.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:37.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:37.244 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.244 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:25:37.244 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.244 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.244 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.245 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.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 "TitleAreaDialog info message") 08:25:37.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:37.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:37.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:37.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:25:37.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:37.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:37.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:37.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:37.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:37.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:37.247 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog info message 08:25:37.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:37.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:37.247 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:37.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:37.248 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.248 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:25:37.248 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.249 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.249 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.249 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.249 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") 08:25:37.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:37.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:37.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:37.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:25:37.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:37.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:37.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:37.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:37.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:37.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:37.251 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog none message 08:25:37.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:37.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:37.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:37.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:37.252 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.253 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:25:37.253 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.253 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.253 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.253 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.254 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") 08:25:37.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:37.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:37.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:37.254 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 08:25:37.254 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:37.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:37.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:37.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:37.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:37.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:25:37.255 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message without provider 08:25:37.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:25:37.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:25:37.255 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:25:37.255 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:37.259 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.260 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:25:37.260 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.260 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.260 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 08:25:37.268 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.... 08:25:37.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:37.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:37.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:37.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:38.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:38.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:38.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:38.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:39.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:39.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:39.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:39.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:40.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:40.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:40.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:40.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:41.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:41.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:41.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:41.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:42.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:42.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:42.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:42.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:43.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:43.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:43.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:43.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:44.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:44.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:44.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:44.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:45.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:45.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:45.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:45.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:46.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:46.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:46.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:46.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:47.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:47.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:47.302 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.76 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.085 s testShellAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 10.038 s Running org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:47.310 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:47.313 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:25:47.313 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:47.313 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:47.313 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:47.313 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:25:47.332 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:47.332 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:25:47.332 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:47.333 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:47.333 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:47.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:47.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:47.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:47.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:47.357 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 08:25:47.358 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:47.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:47.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:25:47.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:47.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:47.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:47.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:47.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:25:47.392 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 08:25:47.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:47.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:47.392 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:47.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:47.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:47.393 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:47.393 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:47.393 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:47.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:47.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:47.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:47.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:47.427 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 08:25:47.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:47.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:25:47.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:47.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:47.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:47.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:47.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:25:47.452 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 08:25:47.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:47.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:47.452 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:47.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:47.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:47.453 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:47.453 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:47.453 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:47.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:47.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:47.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:47.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:47.475 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 08:25:47.475 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:47.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:47.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:47.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:25:47.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:47.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:47.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:47.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:47.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:47.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:47.492 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item 1 and wait with time period 1 08:25:47.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 08:25:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:48.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:48.009 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 08:25:48.015 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 08:25:48.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:48.016 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item 1 is already expanded. No action performed 08:25:48.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:48.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 08:25:48.016 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 11 postfix and wait with time period 1 08:25:48.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 08:25:48.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:48.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:48.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 08:25:48.523 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 08:25:48.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:48.523 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 11 postfix is already expanded. No action performed 08:25:48.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:48.523 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 08:25:48.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:25:48.533 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 08:25:48.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:48.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:48.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:48.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:48.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:48.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:48.533 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:48.533 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:48.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:48.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:48.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:48.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:48.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 08:25:48.544 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:48.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:48.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:48.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:25:48.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:48.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:48.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:48.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:48.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:48.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:48.565 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:25:48.566 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:48.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:49.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:49.066 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:49.072 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:49.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:49.072 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:25:49.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:49.073 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:49.073 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:25:49.073 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:49.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:49.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:49.573 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:49.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:49.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:49.587 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:25:49.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:49.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:49.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:25:49.596 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 08:25:49.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:49.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:49.597 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:49.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:49.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:49.597 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:49.597 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:49.597 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:49.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:49.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:49.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:49.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:49.608 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 08:25:49.608 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:49.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:49.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:49.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:25:49.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:49.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:49.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:49.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:49.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:49.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:49.638 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:25:49.638 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:49.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:50.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:50.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:50.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:50.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:50.145 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:25:50.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:50.145 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:50.145 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:25:50.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:50.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:50.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:50.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:50.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:50.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:50.654 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:25:50.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:50.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:50.655 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xy postfix and wait with time period 1 08:25:50.655 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 08:25:50.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:51.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:51.156 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 08:25:51.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 08:25:51.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:51.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xy postfix is already expanded. No action performed 08:25:51.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:51.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 08:25:51.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:25:51.190 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 08:25:51.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:51.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:51.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:51.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:51.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:51.191 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:51.191 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:51.191 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:51.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:51.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:51.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:51.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:51.203 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 08:25:51.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:51.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:51.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:51.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:25:51.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:51.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:51.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:51.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:51.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:51.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:51.221 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:25:51.221 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:51.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:51.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:51.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:51.731 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:51.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:51.731 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:25:51.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:51.731 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:51.731 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:25:51.731 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:51.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:52.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:52.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:52.241 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:52.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:52.241 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:25:52.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:52.241 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:52.242 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:25:52.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:52.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:52.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:52.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:52.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:52.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:25:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:52.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:52.753 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:25:52.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:53.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:53.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:53.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:53.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:25:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:53.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:53.265 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:25:53.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:53.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:53.766 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:53.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:53.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:53.767 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:25:53.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:53.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:53.767 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:25:53.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:53.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:54.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:54.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:54.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:54.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:54.270 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:25:54.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:54.270 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:54.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:25:54.283 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 08:25:54.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:54.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:54.283 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:54.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:54.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:54.283 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:54.283 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:54.284 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:54.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:54.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:54.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:54.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:54.307 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 08:25:54.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:54.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:54.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:54.315 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:25:54.315 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:54.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:54.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:54.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:54.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:54.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:54.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 08:25:54.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 08:25:54.316 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 08:25:54.316 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:25:54.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:54.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:54.816 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:25:54.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:25:54.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:54.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 08:25:54.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:54.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:25:54.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:25:54.830 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 08:25:54.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:54.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:54.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:54.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:54.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:54.830 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:54.830 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:54.830 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:54.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:54.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:54.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:54.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:54.857 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 08:25:54.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:54.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:54.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:54.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:25:54.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:54.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:54.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:54.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:54.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:54.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:54.877 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 08:25:54.877 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:25:54.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:55.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:55.378 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:25:55.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 08:25:55.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:55.383 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 08:25:55.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:55.383 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 08:25:55.383 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 00 and wait with time period 1 08:25:55.383 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 08:25:55.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:55.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:55.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 08:25:55.889 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 08:25:55.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:55.889 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 00 is already expanded. No action performed 08:25:55.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:55.889 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 08:25:55.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:25:55.898 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 08:25:55.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:55.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:55.898 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:55.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:55.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:55.899 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:55.899 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:55.899 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:55.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:55.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:55.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:55.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:55.921 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 08:25:55.921 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:55.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:55.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:55.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:25:55.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:55.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:55.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:55.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:55.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:55.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:55.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:25:55.947 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 08:25:55.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:55.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:55.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:55.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:55.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:55.948 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:55.948 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:55.948 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:55.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:55.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:55.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:55.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:55.971 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 08:25:55.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:55.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:55.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:55.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:25:55.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:55.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:55.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:55.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:55.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:55.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 08:25:55.987 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:25:55.987 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:55.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:56.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:56.488 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:56.493 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:56.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:56.493 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:25:56.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:56.493 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:56.493 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 08:25:56.493 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:56.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:56.994 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:57.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 08:25:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:57.001 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 08:25:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:57.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 08:25:57.001 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:25:57.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:57.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:57.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:57.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:57.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:57.511 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:25:57.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:57.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:57.511 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:25:57.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:57.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:58.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:58.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:58.027 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:58.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:58.027 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:25:58.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:58.027 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:58.028 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:25:58.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:58.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:58.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:58.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:58.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:58.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:58.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:25:58.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:58.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:58.530 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 08:25:58.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:58.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:59.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:59.031 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:59.032 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 08:25:59.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 08:25:59.033 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 08:25:59.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 08:25:59.033 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 08:25:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:25:59.062 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 08:25:59.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:59.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:59.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:59.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:59.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:59.063 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 08:25:59.063 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 08:25:59.063 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:59.063 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:59.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:59.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.753 s - in org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.06 s getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.06 s getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.08 s getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.064 s getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.594 s getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.092 s getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.546 s testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.069 s getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.049 s getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.115 s Running org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:25:59.072 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:25:59.073 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:25:59.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:59.073 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:25:59.073 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:59.073 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:25:59.074 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:59.074 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:25:59.074 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:25:59.074 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:25:59.074 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 08:25:59.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:25:59.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:25:59.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:25:59.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:1656): Gtk-CRITICAL **: 08:25:59.104: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 08:25:59.108 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 08:25:59.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:25:59.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:59.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:59.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 08:25:59.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:25:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:59.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:59.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:59.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 08:25:59.128 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Andrej 08:25:59.132 TRACE [main][WidgetHandler] Notify Table with event 13 08:25:59.133 TRACE [main][WidgetHandler] Wait for synchronization 08:25:59.134 TRACE [main][WidgetHandler] Notify Table with event 3 08:25:59.134 TRACE [main][WidgetHandler] Wait for synchronization 08:25:59.134 TRACE [main][WidgetHandler] Notify Table with event 4 08:25:59.134 TRACE [main][WidgetHandler] Wait for synchronization 08:25:59.145 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 08:25:59.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:59.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:59.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:59.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:59.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 08:25:59.145 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 08:25:59.145 INFO [WorkbenchTestable][AbstractText] Text set to: abc 08:25:59.149 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 16 08:25:59.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:59.154 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 08:25:59.154 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 08:25:59.154 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 08:25:59.155 DEBUG [main][AbstractWait] Waiting until shell is active... 08:25:59.155 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 08:25:59.155 INFO [main][AbstractShell] Close shell Testing shell 08:25:59.155 INFO [main][ShellHandler] Closing shell 'Testing shell' 08:25:59.161 DEBUG [main][AbstractWait] Waiting while shell is available... 08:25:59.161 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 08:25:59.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:25:59.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:59.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:59.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:59.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:59.168 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 08:25:59.168 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 08:25:59.168 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:25:59.168 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:59.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:59.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.reddeer.jface.test.viewers.CellEditorTest tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) Time elapsed: 0.093 s Running org.eclipse.reddeer.jface.test.window.WindowTest 08:25:59.179 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"] 08:25:59.188 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:59.189 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"] 08:25:59.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:59.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:25:59.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:59.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:59.191 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:25:59.192 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") 08:25:59.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:59.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:59.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:25:59.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:25:59.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:25:59.214 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:25:59.215 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:25:59.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:25:59.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:25:59.245 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 08:25:59.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:25:59.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:59.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:59.246 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:25:59.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:25:59.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:25:59.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:59.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:59.246 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:25:59.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:25:59.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:25:59.246 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:25:59.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:25:59.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:25:59.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:25:59.247 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") 08:25:59.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:25:59.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:59.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:25:59.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:25:59.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:26:00.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:00.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:26:00.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:26:00.249 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:26:00.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:26:00.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:26:00.276 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:26:00.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:26:00.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:26:00.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:26:00.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:00.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:00.277 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:26:00.277 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") 08:26:00.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:26:00.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:00.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:26:00.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:26:00.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:26:00.283 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:26:00.283 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:26:00.283 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:26:00.303 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"] 08:26:00.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:00.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:00.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:00.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:00.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:00.304 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:26:00.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:00.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:00.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:00.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:00.304 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:26:00.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:26:00.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:26:00.305 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:26:00.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:00.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:00.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:00.305 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") 08:26:00.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:26:00.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:00.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:26:00.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:00.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:26:01.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:01.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:26:01.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:26:01.307 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:26:01.307 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:26:01.307 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:26:01.316 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:26:01.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:26:01.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:26:01.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:26:01.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:01.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:01.316 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:26:01.316 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") 08:26:01.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:26:01.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:01.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:26:01.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:26:01.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:26:01.320 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:26:01.320 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:26:01.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:26:01.340 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.... 08:26:01.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:01.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:01.347 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 08:26:01.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:01.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:01.348 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 08:26:01.348 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 08:26:01.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:26:01.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:26:01.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:26:01.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:01.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:01.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:26:01.357 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") 08:26:01.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:26:01.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:01.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:26:01.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:26:01.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:26:01.373 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:26:01.373 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:26:01.373 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:26:01.386 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.... 08:26:01.386 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:01.386 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:01.387 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 08:26:01.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:01.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:01.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:01.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:01.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:01.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:01.387 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 08:26:01.387 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 08:26:01.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:26:01.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:26:01.403 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:26:01.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:26:01.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:26:01.403 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"] 08:26:01.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:01.404 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"] 08:26:01.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:01.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:26:01.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:01.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:01.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:26:01.404 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") 08:26:01.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:26:01.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:01.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:26:01.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:26:01.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:26:01.418 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:26:01.418 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:26:01.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:26:01.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:26:01.441 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 08:26:01.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:01.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:01.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:01.441 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:26:01.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:01.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:01.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:01.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:01.442 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 08:26:01.442 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 08:26:01.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 08:26:01.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 08:26:01.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:26:01.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:01.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:01.450 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:26:01.450 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") 08:26:01.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:26:01.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:01.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:26:01.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:26:01.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:26:01.454 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:26:01.454 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:26:01.454 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:26:01.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 08:26:01.481 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 08:26:01.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:01.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:01.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:01.481 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:26:01.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:01.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:01.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:01.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:01.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:26:01.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:26:01.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:26:01.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:26:01.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:01.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:01.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:01.482 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") 08:26:01.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:26:01.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:01.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:26:01.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:01.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:26:02.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:02.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:26:02.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:26:02.483 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:26:02.483 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:26:02.483 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:26:02.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:26:02.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:02.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:02.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 08:26:02.501 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") 08:26:02.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:26:02.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:02.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:26:02.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:26:02.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 08:26:02.505 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 08:26:02.505 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 08:26:02.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:26:02.521 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"] 08:26:02.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:02.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:02.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:02.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:02.532 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 08:26:02.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:02.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:02.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:02.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:02.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:02.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:02.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:02.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:26:02.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:26:02.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:26:02.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 08:26:02.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 08:26:02.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:02.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:02.533 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") 08:26:02.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:26:02.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:02.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:26:03.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:03.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:26:03.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:03.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 08:26:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 08:26:03.535 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 08:26:03.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 08:26:03.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.388 s - in org.eclipse.reddeer.jface.test.window.WindowTest openableEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.098 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.039 s openActionNotDefinedIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0 s eclipseWindowIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.087 s openableEclipseWindowCustomAction(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.097 s openEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.064 s Running org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:26:03.574 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:26:03.575 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 08:26:03.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:26:03.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:26:03.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:26:03.575 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 08:26:03.576 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:26:03.576 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 08:26:03.576 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:26:03.577 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 08:26:03.577 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 08:26:03.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:26:03.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 08:26:03.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 08:26:03.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 08:26:03.579 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.... 08:26:03.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:03.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 08:26:03.717 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 08:26:03.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 08:26:03.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:03.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:03.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:03.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:26:03.719 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") 08:26:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:26:03.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:03.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:26:03.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:26:03.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:26:03.721 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") 08:26:03.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 08:26:03.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:26:03.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:26:03.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 08:26:03.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 08:26:03.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:26:03.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:03.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:26:03.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:26:03.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:26:03.722 INFO [WorkbenchTestable][AbstractButton] Click button make valid 08:26:03.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:26:03.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:26:03.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:26:03.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:26:03.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:03.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:26:03.724 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") 08:26:03.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:26:03.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:03.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:26:03.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:26:03.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:26:03.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:03.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:26:03.727 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") 08:26:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 08:26:03.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 08:26:03.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 08:26:03.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 08:26:03.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 08:26:03.734 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 08:26:03.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 08:26:03.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 08:26:03.734 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 08:26:03.734 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 08:26:03.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 08:26:03.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 08:26:03.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 08:26:03.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 08:26:03.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 08:26:03.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:26:03.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:26:03.771 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:26:03.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:26:03.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 08:26:03.771 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 08:26:03.772 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 08:26:03.772 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 08:26:03.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 08:26:03.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 08:26:03.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) Time elapsed: 0.194 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-0809 [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-0809 [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 571/2127K 587/2127K 603/2127K 619/2127K 635/2127K 651/2127K 667/2127K 683/2127K 699/2127K 715/2127K 731/2127K 747/2127K 763/2127K 779/2127K 795/2127K 811/2127K 827/2127K 843/2127K 859/2127K 875/2127K 891/2127K 907/2127K 923/2127K 939/2127K 955/2127K 971/2127K 987/2127K 1003/2127K 1019/2127K 1035/2127K 1051/2127K 1067/2127K 1083/2127K 1099/2127K 1115/2127K 1131/2127K 1147/2127K 1163/2127K 1179/2127K 1195/2127K 1211/2127K 1227/2127K 1243/2127K 1259/2127K 1275/2127K 1291/2127K 1307/2127K 1323/2127K 1339/2127K 1355/2127K 1371/2127K 1387/2127K 1403/2127K 1419/2127K 1435/2127K 1451/2127K 1463/2127K 1479/2127K 1495/2127K 1511/2127K 1527/2127K 1543/2127K 1559/2127K 1575/2127K 1591/2127K 1607/2127K 1623/2127K 1639/2127K 1655/2127K 1671/2127K 1687/2127K 1703/2127K 1721/2127K 1737/2127K 1753/2127K 1769/2127K 1785/2127K 1801/2127K 1817/2127K 1833/2127K 1849/2127K 1865/2127K 1881/2127K 1897/2127K 1913/2127K 1929/2127K 1945/2127K 1961/2127K 1978/2127K 1994/2127K 2010/2127K 2026/2127K 2042/2127K 2058/2127K 2074/2127K 2090/2127K 2106/2127K 2122/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 [ 0.828 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.006 s] [INFO] RedDeer Common ..................................... SUCCESS [ 25.227 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 1.116 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 0.416 s] [INFO] RedDeer Core ....................................... SUCCESS [ 1.453 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 0.898 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 0.804 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 0.944 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 0.278 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 0.489 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 0.514 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 0.823 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 1.576 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 0.817 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 0.420 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 0.454 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 0.393 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 0.618 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 0.558 s] [INFO] RedDeer UI ......................................... SUCCESS [ 12.552 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 0.422 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 0.875 s] [INFO] RedDeer Go ......................................... SUCCESS [ 0.458 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 0.444 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 0.862 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.003 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 0.309 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.095 s] [INFO] RedDeer Common Tests ............................... SUCCESS [01:10 min] [INFO] RedDeer SWT Tests .................................. SUCCESS [03:41 min] [INFO] RedDeer Core Tests ................................. SUCCESS [03:11 min] [INFO] RedDeer Workbench Tests ............................ SUCCESS [04:53 min] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 26.043 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [01:27 min] [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [ 1.104 s] [INFO] RedDeer Eclipse Tests .............................. FAILURE [ 18.735 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:25 min [INFO] Finished at: 2023-08-24T08:26:25Z [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